mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-24 11:05:18 +01:00
29 lines
870 B
XML
29 lines
870 B
XML
<project xmlns="http://maven.apache.org/POM/4.0.0">
|
|
|
|
<parent>
|
|
<groupId>com.songoda</groupId>
|
|
<artifactId>SongodaCore-Modules</artifactId>
|
|
<version>2.4.22</version>
|
|
<relativePath>../../</relativePath>
|
|
</parent>
|
|
|
|
<artifactId>SongodaCore-NMS-v1_9_R2</artifactId>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<packaging>jar</packaging>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.destroystokyo.papermc</groupId>
|
|
<artifactId>paper</artifactId>
|
|
<version>1.9.4</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> |