mirror of
https://github.com/PikaMug/Quests.git
synced 2025-01-05 07:57:45 +01:00
Fixed pom.xml
This commit is contained in:
parent
9715e5f9ea
commit
a7d19756b3
12
pom.xml
12
pom.xml
@ -18,14 +18,6 @@
|
|||||||
<id>bukkit-repo</id>
|
<id>bukkit-repo</id>
|
||||||
<url>http://repo.bukkit.org/content/groups/public</url>
|
<url>http://repo.bukkit.org/content/groups/public</url>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
|
||||||
<id>citizens-repo</id>
|
|
||||||
<url>http://repo.citizensnpcs.com</url>
|
|
||||||
</repository>
|
|
||||||
<repository>
|
|
||||||
<id>denizens-repo</id>
|
|
||||||
<url>http://repo.citizensnpcs.com</url>
|
|
||||||
</repository>
|
|
||||||
|
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
@ -39,11 +31,15 @@
|
|||||||
<groupId>net.citizensnpcs</groupId>
|
<groupId>net.citizensnpcs</groupId>
|
||||||
<artifactId>citizens</artifactId>
|
<artifactId>citizens</artifactId>
|
||||||
<version>2.0.9-SNAPSHOT</version>
|
<version>2.0.9-SNAPSHOT</version>
|
||||||
|
<scope>system</scope>
|
||||||
|
<systemPath>${project.basedir}/lib/citizensapi-2.0.9-SNAPSHOT.jar</systemPath>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.aufdemrand</groupId>
|
<groupId>net.aufdemrand</groupId>
|
||||||
<artifactId>denizen</artifactId>
|
<artifactId>denizen</artifactId>
|
||||||
<version>0.9.2-SNAPSHOT</version>
|
<version>0.9.2-SNAPSHOT</version>
|
||||||
|
<scope>system</scope>
|
||||||
|
<systemPath>${project.basedir}/lib/denizen-0.9.2-SNAPSHOT.jar</systemPath>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.milkbowl.vault</groupId>
|
<groupId>net.milkbowl.vault</groupId>
|
||||||
|
Loading…
Reference in New Issue
Block a user