From 35da2246c5153ae67891e18572eef0da20a4d4d6 Mon Sep 17 00:00:00 2001 From: tastybento Date: Fri, 17 Jul 2020 15:27:09 -0700 Subject: [PATCH] Added eclipse annotation dependency to POM --- pom.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e8799ce..6cc29cc 100644 --- a/pom.xml +++ b/pom.xml @@ -147,7 +147,7 @@ codemc-public https://repo.codemc.org/repository/maven-public/ - + jitpack.io https://jitpack.io @@ -187,12 +187,21 @@ ${bentobox.version} provided - + com.github.OmerBenGera WildStackerAPI b17 + + + + org.eclipse.jdt + org.eclipse.jdt.annotation + 2.2.200 +