compile against Priveleges repository version.

This commit is contained in:
Nick Minkler 2013-02-06 16:41:55 -08:00
parent a514f066c8
commit f2e3e2b3e4
1 changed files with 6 additions and 3 deletions

View File

@ -21,11 +21,10 @@
<systemPath>${project.basedir}/lib/DroxPerms-0.4.0-SNAPSHOT.jar</systemPath>
</dependency>
<dependency>
<groupId>net.krinsoft.privileges</groupId>
<groupId>net.krinsoft</groupId>
<artifactId>Privileges</artifactId>
<version>1.7b127</version>
<version>1.7.4</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/Privileges.jar</systemPath>
</dependency>
<dependency>
<groupId>org.tyrannyofheaven.bukkit</groupId>
@ -377,5 +376,9 @@ iConomy 4,5,6 BOSEconomy 6/7, EssentialsEcon, 3Co, MultiConomy, MineConomy, Econ
<id>greatman-repo</id>
<url>http://repo.greatmancode.com/content/groups/public/</url>
</repository>
<repository>
<id>krinsoft</id>
<url>http://files.krinsoft.net:8085/nexus/content/groups/public</url>
</repository>
</repositories>
</project>