Update pom.xml

This commit is contained in:
LegacyGamerHD
2020-12-15 18:59:48 +01:00
committed by GitHub
parent c60d1f672e
commit c407e63047

View File

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