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-04-11 21:20:47 +02:00
|
|
|
<version>2.4.50</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>
|
|
|
|
</dependencies>
|
|
|
|
</project>
|