Remove duplicated dependency

This commit is contained in:
tastybento 2020-12-27 11:44:26 -08:00
parent be40bd2c54
commit 385345f493
1 changed files with 1 additions and 7 deletions

View File

@ -199,7 +199,7 @@
<version>${paper.version}</version>
<scope>provided</scope>
</dependency>
<!-- Spigot NMS. Used for Head Getter. -->
<!-- Spigot NMS. Used for Head Getter and chunk deletion. -->
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
@ -292,12 +292,6 @@
<version>1.0.2</version>
<scope>compile</scope>
</dependency>
<dependency> <!-- Spigot (this includes Spigot API, Bukkit API, Craftbukkit and NMS) -->
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.16.4-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>