make Priviliges into a system dependency by including it in the repository.

This commit is contained in:
Sleaker 2015-10-19 13:45:55 -07:00
parent dd70187ee7
commit ff60160fd5
2 changed files with 2 additions and 0 deletions

BIN
lib/Privileges.jar Normal file

Binary file not shown.

View File

@ -117,6 +117,8 @@ Vault currently supports the following: Permissions 3, PEX, GroupManager, bPerms
<artifactId>Privileges</artifactId>
<version>1.8.1</version>
<optional>true</optional>
<scope>system</scope>
<systemPath>${project.basedir}/lib/Priviliges.jar</systemPath>
</dependency>
<dependency>
<groupId>is.currency</groupId>