Update pom.xml

This commit is contained in:
DotBeam 2021-05-24 19:26:32 +02:00 committed by GitHub
parent 5198262472
commit b24c3c2855
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -413,6 +413,14 @@ Vault currently supports the following: Permissions 3, PEX, GroupManager, bPerms
<scope>system</scope>
<systemPath>${project.basedir}/lib/overpermissions-2.0.0.jar</systemPath>
</dependency>
<dependency>
<groupId>de.DotBeam</groupId>
<artifactId>Eco</artifactId>
<version>0.0.1</version>
<optional>true</optional>
<scope>system</scope>
<systemPath>${project.basedir}/lib/Eco.jar</systemPath>
</dependency>
</dependencies>
<build>