Skip to content

Commit

Permalink
Remove unnecessary NMS dependency.
Browse files Browse the repository at this point in the history
NMS code was used for Player Heads, but instead of NMS now it uses public mojang lib.
  • Loading branch information
BONNe committed Dec 1, 2021
1 parent 8f6abf2 commit e7b8476
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,6 @@
<version>${spigot.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>${spigot.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>plugin-annotations</artifactId>
Expand Down

0 comments on commit e7b8476

Please sign in to comment.