Merge pull request #477 from chrisgward/patch-1

Use TotalPermissions from file - fixes compiling.
This commit is contained in:
Nick Minkler 2013-11-06 06:31:49 -08:00
commit f96cd882df
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>