From d9c982ac175838fd8f951f98413ee65e904743bc Mon Sep 17 00:00:00 2001 From: Zach Brown <1254957+zachbr@users.noreply.github.com> Date: Fri, 16 Sep 2016 14:38:52 -0500 Subject: [PATCH] Add javax.annotations to the API Used this set specifically because they are present in NMS already. --- Spigot-API-Patches/POM-changes.patch | 14 ++++++++++++++ pom.xml | 4 ++++ 2 files changed, 18 insertions(+) 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 commons-lang +@@ -0,0 +0,0 @@ + jar + compile + ++ ++ ++ javax.annotation ++ javax-annotations ++ 1.0.0 ++ compile ++ + + + com.google.guava @@ -0,0 +0,0 @@ diff --git a/pom.xml b/pom.xml index 0f0f8a8d6c..aa3c034df2 100644 --- a/pom.xml +++ b/pom.xml @@ -40,6 +40,10 @@ aikar http://ci.emc.gs/nexus/content/repositories/aikar/ + + destroystokyo-releases + https://repo.destroystokyo.com/repository/maven-releases/ +