Update pom.xml

This commit is contained in:
LegacyGamerHD
2020-12-15 20:05:07 +01:00
committed by GitHub
parent 16a91e1e31
commit 2f4b0a7a88

View File

@@ -42,6 +42,13 @@
<groupId>com.destroystokyo.paper</groupId>
<artifactId>paper</artifactId>
<version>${minecraft.version}-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>minecraft-server</artifactId>
<version>${minecraft.version}-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.sf.jopt-simple</groupId>