SongodaCore/NMS/NMS-API/pom.xml

29 lines
864 B
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-05-28 00:16:49 +02:00
<version>2.4.56</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>
<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>