SongodaCore/NMS/NMS-API/pom.xml

33 lines
1.2 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
2019-09-12 20:41:26 +02:00
<parent>
<groupId>com.craftaro</groupId>
<artifactId>CraftaroCore-Modules</artifactId>
2024-10-02 20:55:51 +02:00
<version>3.6.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
2019-09-12 20:41:26 +02:00
</parent>
<artifactId>CraftaroCore-NMS-API</artifactId>
2019-09-12 20:41:26 +02:00
<dependencies>
<!--suppress VulnerableLibrariesLocal -->
2021-06-13 03:15:44 +02:00
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.8-R0.1-SNAPSHOT</version>
2021-06-13 03:15:44 +02:00
<scope>provided</scope>
</dependency>
<!--suppress VulnerableLibrariesLocal -->
2021-05-27 16:57:15 +02:00
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>CraftaroCore-Compatibility</artifactId>
2021-05-27 16:57:15 +02:00
<version>${project.version}</version>
<scope>provided</scope>
2021-05-27 16:57:15 +02:00
</dependency>
2019-09-12 20:41:26 +02:00
</dependencies>
</project>