mirror of
https://github.com/MilkBowl/Vault.git
synced 2024-11-23 19:16:31 +01:00
added zPerms lib to pom
This commit is contained in:
parent
b872ce41d2
commit
730865102d
BIN
lib/zPermissions-0.9.5.jar
Normal file
BIN
lib/zPermissions-0.9.5.jar
Normal file
Binary file not shown.
7
pom.xml
7
pom.xml
@ -13,6 +13,13 @@
|
||||
<artifactId>craftbukkit</artifactId>
|
||||
<version>1.0.1-R2-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.tyrannyofheaven.bukkit</groupId>
|
||||
<artifactId>zPermissions</artifactId>
|
||||
<version>0.9.5-SNAPSHOT</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${project.basedir}/lib/zPermissions-0.9.5.jar</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>me.ic3d.eco</groupId>
|
||||
<artifactId>ECO</artifactId>
|
||||
|
Loading…
Reference in New Issue
Block a user