Change Vault dependency to Maven repo instead of .jar

Use the Maven repository of Vault instead of including a jar file in the repository.
This commit is contained in:
Christoph Krüger 2016-05-28 23:19:23 +02:00 committed by Thijs Wiefferink
parent c7b0a2c663
commit 491e55fc77
2 changed files with 8 additions and 5 deletions

View File

@ -20,6 +20,10 @@
<id>sk89q-repo-wg</id>
<url>http://maven.sk89q.com/artifactory/repo/</url>
</repository>
<repository>
<id>vault-repo</id>
<url>http://nexus.theyeticave.net/content/repositories/pub_releases</url>
</repository>
</repositories>
<dependencies>
@ -86,11 +90,10 @@
<type>jar</type>
</dependency>
<dependency>
<groupId>net.milkbowl</groupId>
<artifactId>vault</artifactId>
<version>1.4.1</version>
<scope>system</scope>
<systemPath>${basedir}/../dependencies/Vault.jar</systemPath>
<groupId>net.milkbowl.vault</groupId>
<artifactId>VaultAPI</artifactId>
<version>1.4</version>
<scope>provided</scope>
</dependency>
</dependencies>

BIN
dependencies/Vault.jar vendored

Binary file not shown.