Fix jenkins ci build (#728)

* Add DroxPerm as Jar
* Fix CI build
Add missing maven dependency for a success build.

thanks @LinzN
This commit is contained in:
Niklas Linz 2018-07-23 21:37:53 +02:00 committed by Nick Minkler
parent 64be59fb15
commit da162f114e
2 changed files with 2 additions and 0 deletions

BIN
lib/DroxPerms.jar Normal file

Binary file not shown.

View File

@ -99,6 +99,8 @@ Vault currently supports the following: Permissions 3, PEX, GroupManager, bPerms
<artifactId>DroxPerms</artifactId>
<version>0.5.0</version>
<optional>true</optional>
<scope>system</scope>
<systemPath>${project.basedir}/lib/DroxPerms.jar</systemPath>
</dependency>
<dependency>
<groupId>me.coniin.plugins.minefaconomy</groupId>