Make Towny dependency system scope

Repository seems to not be available
This commit is contained in:
Eric 2019-06-16 15:45:24 +02:00
parent e3dadb5896
commit 341c17b047
2 changed files with 7 additions and 10 deletions

BIN
lib/Towny-0.93.1.0.jar Normal file

Binary file not shown.

17
pom.xml
View File

@ -59,10 +59,6 @@
<id>nlthijs48-repo</id>
<url>http://maven.wiefferink.me</url>
</repository>
<repository>
<id>articdive-repo</id>
<url>https://nexus.articdive.de/repository/maven-public/</url>
</repository>
</repositories>
<dependencies>
@ -108,18 +104,19 @@
<version>16.11.6</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.palmergames</groupId>
<artifactId>Towny</artifactId>
<version>0.93.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>me.wiefferink</groupId>
<artifactId>areashop</artifactId>
<version>2.6.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.palmergames</groupId>
<artifactId>Towny</artifactId>
<version>0.93.1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/Towny-0.93.1.0.jar</systemPath>
</dependency>
<dependency>
<groupId>pl.gnacik</groupId>
<artifactId>IslandWorld</artifactId>