SongodaCore/NMS/NMS-API/pom.xml

35 lines
1.0 KiB
XML
Raw Normal View History

2019-09-12 20:41:26 +02:00
<project xmlns="http://maven.apache.org/POM/4.0.0">
<parent>
<groupId>com.songoda</groupId>
<artifactId>SongodaCore-Modules</artifactId>
2021-06-22 00:18:51 +02:00
<version>2.5.6</version>
2019-09-12 21:40:24 +02:00
<relativePath>../../</relativePath>
2019-09-12 20:41:26 +02:00
</parent>
<artifactId>SongodaCore-NMS-API</artifactId>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<dependencies>
2021-06-13 03:15:44 +02:00
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.17</version>
<scope>provided</scope>
</dependency>
2019-09-12 20:41:26 +02:00
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>13.0</version>
</dependency>
2021-05-27 16:57:15 +02:00
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>SongodaCore-Compatibility</artifactId>
<version>${project.version}</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
2019-09-12 20:41:26 +02:00
</dependencies>
</project>