mirror of
https://github.com/MilkBowl/Vault.git
synced 2025-01-28 19:11:56 +01:00
Merge pull request #477 from chrisgward/patch-1
Use TotalPermissions from file - fixes compiling.
This commit is contained in:
commit
f96cd882df
Binary file not shown.
10
pom.xml
10
pom.xml
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user