!Added Citizen to local filesystem because of slow building

This commit is contained in:
Aria 2019-10-19 21:02:22 +02:00
parent 4b4d5713a0
commit 9ea1ba6795
2 changed files with 3 additions and 6 deletions

BIN
lib/Citizens.jar Normal file

Binary file not shown.

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.Indyuce</groupId>
<artifactId>MMOItems</artifactId>
<version>4.8-BETA</version>
<version>4.9-SNAPSHOT</version>
<name>MMOItems</name>
<description>A great item solution for your RPG server.</description>
@ -62,10 +62,6 @@
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
<repository>
<id>everything</id>
<url>https://repo.citizensnpcs.co/</url>
</repository>
<repository>
<id>sk89q-repo</id>
<url>https://maven.enginehub.org/repo/</url>
@ -249,7 +245,8 @@
<groupId>net.citizensnpcs</groupId>
<artifactId>citizens</artifactId>
<version>2.0.25-SNAPSHOT</version>
<scope>provided</scope>
<scope>system</scope>
<systemPath>${basedir}/lib/Citizens.jar</systemPath>
</dependency>
<dependency>
<groupId>org.inventivetalent</groupId>