fix maven import issue

This commit is contained in:
Gabriele C 2015-11-25 13:15:04 +01:00
parent d7328466b8
commit 32e088c73f

View File

@ -438,6 +438,10 @@
<artifactId>VaultAPI</artifactId>
<groupId>net.milkbowl.vault</groupId>
</exclusion>
<exclusion>
<artifactId>Vault</artifactId>
<groupId>net.milkbowl.vault</groupId>
</exclusion>
<exclusion>
<artifactId>CommandHandler</artifactId>
<groupId>com.pneumaticraft.commandhandler</groupId>