mirror of
https://github.com/amalthea-mc/ShopChest.git
synced 2024-11-08 19:51:05 +00:00
Make Towny dependency system scope
Repository seems to not be available
This commit is contained in:
parent
e3dadb5896
commit
341c17b047
BIN
lib/Towny-0.93.1.0.jar
Normal file
BIN
lib/Towny-0.93.1.0.jar
Normal file
Binary file not shown.
17
pom.xml
17
pom.xml
@ -59,10 +59,6 @@
|
|||||||
<id>nlthijs48-repo</id>
|
<id>nlthijs48-repo</id>
|
||||||
<url>http://maven.wiefferink.me</url>
|
<url>http://maven.wiefferink.me</url>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
|
||||||
<id>articdive-repo</id>
|
|
||||||
<url>https://nexus.articdive.de/repository/maven-public/</url>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@ -108,18 +104,19 @@
|
|||||||
<version>16.11.6</version>
|
<version>16.11.6</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>com.palmergames</groupId>
|
|
||||||
<artifactId>Towny</artifactId>
|
|
||||||
<version>0.93.1.0</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>me.wiefferink</groupId>
|
<groupId>me.wiefferink</groupId>
|
||||||
<artifactId>areashop</artifactId>
|
<artifactId>areashop</artifactId>
|
||||||
<version>2.6.0</version>
|
<version>2.6.0</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</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>
|
<dependency>
|
||||||
<groupId>pl.gnacik</groupId>
|
<groupId>pl.gnacik</groupId>
|
||||||
<artifactId>IslandWorld</artifactId>
|
<artifactId>IslandWorld</artifactId>
|
||||||
|
Loading…
Reference in New Issue
Block a user