diff --git a/Spigot-API-Patches/POM-changes.patch b/Spigot-API-Patches/POM-changes.patch index 23ceb953b5..947ba9bf20 100644 --- a/Spigot-API-Patches/POM-changes.patch +++ b/Spigot-API-Patches/POM-changes.patch @@ -73,6 +73,20 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 <dependencies> <dependency> <groupId>commons-lang</groupId> +@@ -0,0 +0,0 @@ + <type>jar</type> + <scope>compile</scope> + </dependency> ++ <!-- bundled with Minecraft, shouldn't ever change --> ++ <dependency> ++ <groupId>javax.annotation</groupId> ++ <artifactId>javax-annotations</artifactId> ++ <version>1.0.0</version> ++ <scope>compile</scope> ++ </dependency> + <!-- bundled with Minecraft, should be kept in sync --> + <dependency> + <groupId>com.google.guava</groupId> @@ -0,0 +0,0 @@ </dependencies> diff --git a/pom.xml b/pom.xml index 0f0f8a8d6c..aa3c034df2 100644 --- a/pom.xml +++ b/pom.xml @@ -40,6 +40,10 @@ <id>aikar</id> <url>http://ci.emc.gs/nexus/content/repositories/aikar/</url> </repository> + <repository> + <id>destroystokyo-releases</id> + <url>https://repo.destroystokyo.com/repository/maven-releases/</url> + </repository> </repositories> <distributionManagement>