aboutsummaryrefslogtreecommitdiffhomepage
path: root/pom.xml
diff options
context:
space:
mode:
authorAikar <[email protected]>2016-04-01 00:18:18 -0400
committerAikar <[email protected]>2016-04-01 00:18:18 -0400
commitc92ce02363328aa607287a6b92c62d2d74b17764 (patch)
treefbf3a1135af6387ebe920a0e3f23e30383128790 /pom.xml
parent78202f87b75beabeadc1dbe8c0b1e29f41e6347e (diff)
downloadPaper-c92ce02363328aa607287a6b92c62d2d74b17764.tar.gz
Paper-c92ce02363328aa607287a6b92c62d2d74b17764.zip
Move fastutil from a patch file to a library, and improve EAR
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 066f8d8893..ee0f11f169 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,6 +36,10 @@
<id>md_5-releases</id>
<url>http://repo.md-5.net/content/repositories/releases/</url>
</repository>
+ <repository>
+ <id>aikar</id>
+ <url>https://ci.emc.gs/nexus/content/repositories/aikar/</url>
+ </repository>
</repositories>
<distributionManagement>
@@ -48,4 +52,4 @@
<url>https://repo.destroystokyo.com/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>
-</project> \ No newline at end of file
+</project>