Update pom.xml

This commit is contained in:
LegacyGamerHD
2020-11-23 06:42:42 +01:00
committed by GitHub
parent b9a14c436f
commit a74603ce85

View File

@@ -45,6 +45,12 @@
<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>