mirror of
https://github.com/PikaMug/Quests.git
synced 2025-01-02 22:48:05 +01:00
Updated pom.xml and removed Bukkit dependency
This commit is contained in:
parent
68700b6860
commit
67592916fd
7
pom.xml
7
pom.xml
@ -34,7 +34,7 @@
|
|||||||
<id>mcMMO-repo</id>
|
<id>mcMMO-repo</id>
|
||||||
<url>http://repo.mcmmo.org</url>
|
<url>http://repo.mcmmo.org</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@ -43,11 +43,6 @@
|
|||||||
<artifactId>craftbukkit</artifactId>
|
<artifactId>craftbukkit</artifactId>
|
||||||
<version>LATEST</version>
|
<version>LATEST</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.bukkit</groupId>
|
|
||||||
<artifactId>bukkit</artifactId>
|
|
||||||
<version>LATEST</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.citizensnpcs</groupId>
|
<groupId>net.citizensnpcs</groupId>
|
||||||
<artifactId>citizens</artifactId>
|
<artifactId>citizens</artifactId>
|
||||||
|
Loading…
Reference in New Issue
Block a user