still have to include the bukkit public repository because DroxPerms has

an invalid pom.
This commit is contained in:
Nick Minkler 2014-12-07 19:40:34 -08:00
parent 6a9abee471
commit c53fb2b2e6
1 changed files with 5 additions and 1 deletions

View File

@ -65,6 +65,10 @@ Vault currently supports the following: Permissions 3, PEX, GroupManager, bPerms
<id>greatman-repo</id>
<url>http://repo.greatmancode.com/content/groups/public/</url>
</repository>
<repository>
<id>bukkit-repo</id>
<url>http://repo.bukkit.org/content/groups/public/</url>
</repository>
<repository>
<id>krinsoft</id>
<url>http://files.krinsoft.net:8085/nexus/content/groups/public</url>
@ -97,7 +101,7 @@ Vault currently supports the following: Permissions 3, PEX, GroupManager, bPerms
<dependency>
<groupId>de.hydrox.bukkit</groupId>
<artifactId>DroxPerms</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.5.0</version>
<optional>true</optional>
</dependency>
<dependency>