mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-24 02:56:17 +01:00
34 lines
1.0 KiB
XML
34 lines
1.0 KiB
XML
<project xmlns="http://maven.apache.org/POM/4.0.0">
|
|
|
|
<parent>
|
|
<groupId>com.songoda</groupId>
|
|
<artifactId>SongodaCore-Modules</artifactId>
|
|
<version>2.5.4</version>
|
|
<relativePath>../</relativePath>
|
|
</parent>
|
|
|
|
<artifactId>SongodaCore-Compatibility</artifactId>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<packaging>jar</packaging>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.jetbrains</groupId>
|
|
<artifactId>annotations</artifactId>
|
|
<version>13.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>us.myles.viaversion-bukkit</groupId>
|
|
<artifactId>ViaVersion</artifactId>
|
|
<version>2.1.3</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>protocolsupport</groupId>
|
|
<artifactId>ProtocolSupport</artifactId>
|
|
<version>4.29</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
</project> |