Skip to content

Commit

Permalink
Move to VaultAPI dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitsugaru committed May 23, 2014
1 parent ac5187e commit 0a4630c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
<id>Bukkit</id>
<url>http://repo.bukkit.org/content/groups/public</url>
</repository>
<repository>
<id>vault-repo</id>
<url>http://nexus.theyeticave.net/content/repositories/pub_releases</url>
</repository>
<repository>
<id>release</id>
<name>Release Repository</name>
Expand Down Expand Up @@ -77,8 +81,9 @@
</dependency>
<dependency>
<groupId>net.milkbowl.vault</groupId>
<artifactId>Vault</artifactId>
<artifactId>VaultAPI</artifactId>
<version>1.3.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.vexsoftware.votifier</groupId>
Expand Down

0 comments on commit 0a4630c

Please sign in to comment.