Use TotalPermissions from file - fixes compiling.

This commit is contained in:
Chris Ward 2013-11-07 00:27:26 +11:00
parent a82a27c4d3
commit ed13b977be
2 changed files with 4 additions and 6 deletions

Binary file not shown.

10
pom.xml
View File

@ -61,10 +61,6 @@ Vault currently supports the following: Permissions 3, PEX, GroupManager, bPerms
<id>escapecraft-repo</id>
<url>http://dev.escapecraft.com/maven</url>
</repository>
<repository>
<id>ae97-repo</id>
<url>http://repo.ae97.net/artifactory/ae97-repo/</url>
</repository>
</repositories>
<dependencies>
@ -347,8 +343,10 @@ Vault currently supports the following: Permissions 3, PEX, GroupManager, bPerms
</dependency>
<dependency>
<groupId>net.ae97</groupId>
<artifactId>TotalPermissions</artifactId>
<version>0.3.0</version>
<artifactId>TotalPermissions</artifactId>
<version>0.3.1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/TotalPermissions.jar</systemPath>
</dependency>
<dependency>
<groupId>ru.simsonic</groupId>