mirror of
https://github.com/MilkBowl/Vault.git
synced 2025-02-18 05:12:13 +01:00
make Priviliges into a system dependency by including it in the repository.
This commit is contained in:
parent
dd70187ee7
commit
ff60160fd5
BIN
lib/Privileges.jar
Normal file
BIN
lib/Privileges.jar
Normal file
Binary file not shown.
2
pom.xml
2
pom.xml
@ -117,6 +117,8 @@ Vault currently supports the following: Permissions 3, PEX, GroupManager, bPerms
|
|||||||
<artifactId>Privileges</artifactId>
|
<artifactId>Privileges</artifactId>
|
||||||
<version>1.8.1</version>
|
<version>1.8.1</version>
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
|
<scope>system</scope>
|
||||||
|
<systemPath>${project.basedir}/lib/Priviliges.jar</systemPath>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>is.currency</groupId>
|
<groupId>is.currency</groupId>
|
||||||
|
Loading…
Reference in New Issue
Block a user