mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
Use the Essentials Maven repository
This commit is contained in:
parent
1d791fb110
commit
12c96e21b9
2 changed files with 3 additions and 14 deletions
|
@ -41,17 +41,6 @@
|
||||||
<url>http://ci.ess3.net/</url>
|
<url>http://ci.ess3.net/</url>
|
||||||
</ciManagement>
|
</ciManagement>
|
||||||
|
|
||||||
<repositories>
|
|
||||||
<repository>
|
|
||||||
<id>vault-repo</id>
|
|
||||||
<url>http://ci.herocraftonline.com/plugin/repository/everything</url>
|
|
||||||
</repository>
|
|
||||||
<repository>
|
|
||||||
<id>kitteh-repo</id>
|
|
||||||
<url>http://repo.kitteh.org/content/groups/public/</url>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>BOSEconomy</groupId>
|
<groupId>BOSEconomy</groupId>
|
||||||
|
@ -134,4 +123,4 @@
|
||||||
<systemPath>${project.basedir}/../lib/zPermissions.jar</systemPath>
|
<systemPath>${project.basedir}/../lib/zPermissions.jar</systemPath>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -41,8 +41,8 @@
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>bukkit-repo</id>
|
<id>ess-repo</id>
|
||||||
<url>http://repo.bukkit.org/content/groups/public</url>
|
<url>http://repo.ess3.net/content/groups/public</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue