mirror of
https://github.com/MilkBowl/Vault.git
synced 2025-01-30 12:01:34 +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.
8
pom.xml
8
pom.xml
@ -61,10 +61,6 @@ Vault currently supports the following: Permissions 3, PEX, GroupManager, bPerms
|
|||||||
<id>escapecraft-repo</id>
|
<id>escapecraft-repo</id>
|
||||||
<url>http://dev.escapecraft.com/maven</url>
|
<url>http://dev.escapecraft.com/maven</url>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
|
||||||
<id>ae97-repo</id>
|
|
||||||
<url>http://repo.ae97.net/artifactory/ae97-repo/</url>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@ -348,7 +344,9 @@ Vault currently supports the following: Permissions 3, PEX, GroupManager, bPerms
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.ae97</groupId>
|
<groupId>net.ae97</groupId>
|
||||||
<artifactId>TotalPermissions</artifactId>
|
<artifactId>TotalPermissions</artifactId>
|
||||||
<version>0.3.0</version>
|
<version>0.3.1</version>
|
||||||
|
<scope>system</scope>
|
||||||
|
<systemPath>${project.basedir}/lib/TotalPermissions.jar</systemPath>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>ru.simsonic</groupId>
|
<groupId>ru.simsonic</groupId>
|
||||||
|
Loading…
Reference in New Issue
Block a user