InTime2 Support

This commit is contained in:
Dmitchell94 2014-01-09 10:18:13 -05:00
parent 0543638f43
commit 8afd484ce5
1 changed files with 7 additions and 0 deletions

View File

@ -108,6 +108,13 @@ Vault currently supports the following: Permissions 3, PEX, GroupManager, bPerms
<scope>system</scope>
<systemPath>${project.basedir}/lib/zPermissions.jar</systemPath>
</dependency>
<dependency>
<groupId>com.BlackMage.InTime2</groupId>
<artifactId>InTime2</artifactId>
<version>0.1.97</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/InTime2.jar</systemPath>
</dependency>
<dependency>
<groupId>me.ic3d.eco</groupId>
<artifactId>ECO</artifactId>