From 578b20ccc2cf2143100a6993908479e7fd6b2a1e Mon Sep 17 00:00:00 2001 From: SummitStudiosDev <67283504+SummitStudiosDev@users.noreply.github.com> Date: Sat, 1 Jan 2022 14:39:47 -0800 Subject: [PATCH 1/2] changed repo url and added javax.xml.bind to dependencies changed repo url because old one was dmca'ed added javax.xml.bind because since jdk 11, it was removed from jdk --- pom.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 6287efc..ff04fbe 100644 --- a/pom.xml +++ b/pom.xml @@ -9,10 +9,10 @@ UTF-8 - + - bukkit - http://repo.bukkit.org/content/groups/public/ + elmakers-repo + http://maven.elmakers.com/repository/ @@ -24,6 +24,11 @@ 1.7.9-R0.2 jar compile + + + javax.xml.bind + jaxb-api + 2.4.0-b180830.0359 From ead4bb751fa6d8ff9448832e7639cc898aac97aa Mon Sep 17 00:00:00 2001 From: SummitStudiosDev <67283504+SummitStudiosDev@users.noreply.github.com> Date: Fri, 8 Apr 2022 22:01:50 -0700 Subject: [PATCH 2/2] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ff04fbe..576d23d 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ elmakers-repo - http://maven.elmakers.com/repository/ + https://maven.elmakers.com/repository/