RIP to the turt2live.com repo

I built UUID-Library from Techcable's repository and added it as a
system-based dependency here. Not a perfect fix, but at least it's
working.
This commit is contained in:
Incomp
2017-11-08 18:00:31 -07:00
parent 92c2e93e0a
commit f08064c49b
2 changed files with 11 additions and 0 deletions
Binary file not shown.
+11
View File
@@ -68,10 +68,12 @@
<id>vault-repo</id>
<url>http://nexus.hc.to/content/repositories/pub_releases/</url>
</repository>
<!-- This repo is down.
<repository>
<id>turt2live-repo</id>
<url>http://repo.turt2live.com</url>
</repository>
-->
<repository>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
@@ -89,10 +91,19 @@
<artifactId>VaultAPI</artifactId>
<version>1.5</version>
</dependency>
<dependency>
<groupId>com.turt2live</groupId>
<artifactId>UUID-Library</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${basedir}/lib/UUID-Library.jar</systemPath>
</dependency>
<!--
<dependency>
<groupId>com.turt2live</groupId>
<artifactId>UUID-Library</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
-->
</dependencies>
</project>