mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-23 10:35:18 +01:00
29 lines
860 B
XML
29 lines
860 B
XML
<project xmlns="http://maven.apache.org/POM/4.0.0">
|
|
|
|
<parent>
|
|
<groupId>com.songoda</groupId>
|
|
<artifactId>SongodaCore-Modules</artifactId>
|
|
<version>2.4.13</version>
|
|
<relativePath>../../</relativePath>
|
|
</parent>
|
|
|
|
<artifactId>SongodaCore-NMS-v1_16_R1</artifactId>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<packaging>jar</packaging>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.spigotmc</groupId>
|
|
<artifactId>spigot</artifactId>
|
|
<version>1.16.1</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.songoda</groupId>
|
|
<artifactId>SongodaCore-NMS-API</artifactId>
|
|
<version>${project.version}</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
</project> |