Fixed build (Couldn't retrieve WorldGuard dependency)

This commit is contained in:
Eric 2017-04-29 16:00:14 +02:00
parent d44e30b625
commit 58892f73a5
2 changed files with 7 additions and 6 deletions

Binary file not shown.

13
pom.xml
View File

@ -141,12 +141,6 @@
<version>1.6</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sk89q</groupId>
<artifactId>worldguard</artifactId>
<version>6.1.3-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.bstats</groupId>
<artifactId>bstats-bukkit</artifactId>
@ -196,6 +190,13 @@
<scope>system</scope>
<systemPath>${project.basedir}/lib/IslandWorld-7.0.jar</systemPath>
</dependency>
<dependency>
<groupId>com.sk89q</groupId>
<artifactId>worldguard</artifactId>
<version>6.1.3-SNAPSHOT</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/worldguard-6.1.3-SNAPSHOT.jar</systemPath>
</dependency>
</dependencies>
<distributionManagement>