diff options
author | Aikar <[email protected]> | 2016-04-01 00:18:18 -0400 |
---|---|---|
committer | Aikar <[email protected]> | 2016-04-01 00:18:18 -0400 |
commit | c92ce02363328aa607287a6b92c62d2d74b17764 (patch) | |
tree | fbf3a1135af6387ebe920a0e3f23e30383128790 /pom.xml | |
parent | 78202f87b75beabeadc1dbe8c0b1e29f41e6347e (diff) | |
download | Paper-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.xml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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> |