2019-04-26 00:11:44 +02:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0">
|
|
|
|
<groupId>com.songoda</groupId>
|
2019-08-20 19:05:19 +02:00
|
|
|
<artifactId>SongodaCore</artifactId>
|
2019-04-26 00:11:44 +02:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2019-08-24 20:58:30 +02:00
|
|
|
<version>maven-version-number</version>
|
2019-04-26 00:11:44 +02:00
|
|
|
<build>
|
|
|
|
<defaultGoal>clean install</defaultGoal>
|
2019-08-20 19:05:19 +02:00
|
|
|
<finalName>SongodaCore-${project.version}</finalName>
|
2019-04-26 00:11:44 +02:00
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<version>3.8.0</version>
|
|
|
|
<configuration>
|
|
|
|
<source>1.8</source>
|
|
|
|
<target>1.8</target>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>private</id>
|
2019-08-26 20:05:49 +02:00
|
|
|
<url>https://repo.songoda.com/artifactory/private/</url>
|
2019-08-22 05:47:15 +02:00
|
|
|
</repository>
|
2019-04-26 00:11:44 +02:00
|
|
|
</repositories>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2019-08-26 20:05:49 +02:00
|
|
|
<groupId>com.destroystokyo.papermc</groupId>
|
|
|
|
<artifactId>paper</artifactId>
|
|
|
|
<version>1.14.4</version>
|
|
|
|
<scope>provided</scope>
|
2019-04-26 00:11:44 +02:00
|
|
|
</dependency>
|
2019-08-26 20:05:49 +02:00
|
|
|
<!--dependency>
|
|
|
|
<groupId>org.spigotmc</groupId>
|
|
|
|
<artifactId>spigot</artifactId>
|
|
|
|
<version>1.14.4</version>
|
|
|
|
</dependency-->
|
2019-08-20 19:05:19 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.gmail.filoghost.holographicdisplays</groupId>
|
|
|
|
<artifactId>holographicdisplays-api</artifactId>
|
|
|
|
<version>2.3.2</version>
|
2019-08-29 00:33:06 +02:00
|
|
|
<scope>provided</scope>
|
2019-08-20 19:05:19 +02:00
|
|
|
</dependency>
|
2019-08-22 16:10:02 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.sainttx.holograms</groupId>
|
2019-08-25 20:00:07 +02:00
|
|
|
<artifactId>Holograms</artifactId>
|
|
|
|
<version>2.9.1</version>
|
2019-08-29 00:33:06 +02:00
|
|
|
<scope>provided</scope>
|
2019-08-22 16:10:02 +02:00
|
|
|
</dependency>
|
2019-08-20 19:05:19 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.tnemc</groupId>
|
|
|
|
<artifactId>Reserve</artifactId>
|
|
|
|
<version>0.1.3.0</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.black_ixx</groupId>
|
2019-08-26 20:05:49 +02:00
|
|
|
<artifactId>PlayerPoints</artifactId>
|
2019-08-20 19:05:19 +02:00
|
|
|
<version>2.1.4</version>
|
2019-08-29 00:33:06 +02:00
|
|
|
<scope>provided</scope>
|
2019-08-20 19:05:19 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.milkbowl</groupId>
|
2019-08-26 15:29:50 +02:00
|
|
|
<artifactId>VaultAPI</artifactId>
|
|
|
|
<version>1.7.2</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2019-08-29 00:33:06 +02:00
|
|
|
<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>
|
2019-08-26 15:29:50 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.googlecode.json-simple</groupId>
|
|
|
|
<artifactId>json-simple</artifactId>
|
|
|
|
<version>1.1</version>
|
2019-08-20 19:05:19 +02:00
|
|
|
</dependency>
|
2019-08-29 18:04:32 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.jetbrains</groupId>
|
|
|
|
<artifactId>annotations</artifactId>
|
|
|
|
<version>13.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.yaml</groupId>
|
|
|
|
<artifactId>snakeyaml</artifactId>
|
|
|
|
<version>1.25</version>
|
|
|
|
</dependency>
|
2019-08-21 01:06:36 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
<version>1.7.25</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-nop</artifactId>
|
|
|
|
<version>1.7.25</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.zaxxer</groupId>
|
|
|
|
<artifactId>HikariCP</artifactId>
|
|
|
|
<version>3.2.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.xerial</groupId>
|
|
|
|
<artifactId>sqlite-jdbc</artifactId>
|
|
|
|
<version>3.23.1</version>
|
|
|
|
</dependency>
|
2019-08-22 05:47:15 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.sk89q.worldguard</groupId>
|
|
|
|
<artifactId>worldguard-bukkit</artifactId>
|
2019-08-26 20:05:49 +02:00
|
|
|
<version>7.0.0</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.sk89q.worldedit</groupId>
|
|
|
|
<artifactId>worldedit-bukkit</artifactId>
|
|
|
|
<version>7.0.0</version>
|
2019-08-22 05:47:15 +02:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2019-08-22 20:43:15 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.songoda</groupId>
|
|
|
|
<artifactId>UltimateStacker</artifactId>
|
2019-08-26 20:05:49 +02:00
|
|
|
<version>1.9.6</version>
|
2019-09-03 15:28:21 +02:00
|
|
|
<scope>provided</scope>
|
2019-08-22 20:43:15 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.bgsoftware</groupId>
|
|
|
|
<artifactId>WildStacker</artifactId>
|
|
|
|
<version>2-9-0</version>
|
2019-09-03 15:28:21 +02:00
|
|
|
<scope>provided</scope>
|
2019-08-22 20:43:15 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>uk.antiperson</groupId>
|
|
|
|
<artifactId>stackmob</artifactId>
|
|
|
|
<version>4-0-2</version>
|
2019-09-03 15:28:21 +02:00
|
|
|
<scope>provided</scope>
|
2019-08-22 20:43:15 +02:00
|
|
|
</dependency>
|
2019-04-26 00:11:44 +02:00
|
|
|
</dependencies>
|
|
|
|
</project>
|