Depend on vault and apache commons codec

This commit is contained in:
Trever Fischer 2012-04-02 15:44:47 -04:00
parent 1d4138866d
commit e3d99bf687

11
pom.xml
View File

@ -17,6 +17,17 @@
<version>1.2.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.milkbowl.vault</groupId>
<artifactId>Vault</artifactId>
<version>1.2.13</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>