Use system scope dependencies.

This commit is contained in:
Olof Larsson 2014-12-04 12:03:33 +01:00
parent 05bd60df90
commit fc3a94a184
3 changed files with 4 additions and 7 deletions

BIN
lib/Vault-1.4.1.jar Normal file

Binary file not shown.

Binary file not shown.

11
pom.xml
View File

@ -43,19 +43,16 @@
<groupId>org.spigotmc</groupId> <groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId> <artifactId>spigot-api</artifactId>
<version>1.8-R0.1-SNAPSHOT</version> <version>1.8-R0.1-SNAPSHOT</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/spigot-api-1.8-R0.1-SNAPSHOT.jar</systemPath>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.milkbowl.vault</groupId> <groupId>net.milkbowl.vault</groupId>
<artifactId>Vault</artifactId> <artifactId>Vault</artifactId>
<version>1.4.1</version> <version>1.4.1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/Vault-1.4.1.jar</systemPath>
</dependency> </dependency>
</dependencies> </dependencies>
<repositories>
<repository>
<id>vault-repo</id>
<url>http://nexus.theyeticave.net/content/repositories/pub_releases</url>
</repository>
</repositories>
</project> </project>