Update pom.xml to add CleanConomy dependency.

This commit is contained in:
Kailan (TheKomputerKing) Blanks 2014-02-05 17:47:50 +00:00
parent c5f2c9dc25
commit 15b371fe97
1 changed files with 8 additions and 0 deletions

View File

@ -69,6 +69,9 @@ Vault currently supports the following: Permissions 3, PEX, GroupManager, bPerms
<id>escapecraft-repo</id>
<url>http://dev.escapecraft.com/maven</url>
</repository>
<id>thekomputerking-repo</id>
<url>http://cloud.kompking.info/repo</url>
+ </repository>
</repositories>
<dependencies>
@ -84,6 +87,11 @@ Vault currently supports the following: Permissions 3, PEX, GroupManager, bPerms
<scope>system</scope>
<systemPath>${project.basedir}/lib/MiConomy.jar</systemPath>
</dependency>
<dependency>
<groupId>net.komputerking</groupId>
<artifactId>CleanConomy</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>de.hydrox.bukkit</groupId>
<artifactId>DroxPerms</artifactId>