Fix CI build

Add missing maven dependency for a success build.
This commit is contained in:
Niklas Linz 2018-07-23 12:17:03 +02:00 committed by GitHub
parent ee2478ec98
commit e31f787e27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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>