meiskam / PlayerHeads

Bukkit Plugin - Drops a player's head when s/he dies, also mob heads
https://dev.bukkit.org/projects/player-heads
Other
17 stars 39 forks source link

Remove unnecessary dependencies #5

Closed ams2990 closed 7 years ago

ams2990 commented 9 years ago

fr.neatmonster.ncpplugin has dependencies on many different versions of CraftBukkit. Maven tried to pull all of them in for a build and failed when it couldn't find them all. I've excluded it since it's not actually necessary to build.

When I was adding the exclusion, I noticed that you depend on both spigot-api and bukkit. This is redundant so I removed spigot-api. The plugin still builds but now has far fewer dependencies.