From e9069ddfa78fe468886e635a74f4484ef9896a6c Mon Sep 17 00:00:00 2001 From: tushar-os Date: Mon, 9 Sep 2019 23:10:45 -0700 Subject: [PATCH 1/2] upgraded dependencies and now building with jdk11. --- pom.xml | 56 ++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 40 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index b901fe72d..5665898aa 100644 --- a/pom.xml +++ b/pom.xml @@ -16,12 +16,12 @@ ${basedir}/src/main/resources/assets - 1.7 - 2.11.2 - 2.11.2 + 11 + 2.11.12 + 2.11.12 - 2.3.16 + 2.4.12 3.1.2 0.6.7 3.2 @@ -36,20 +36,20 @@ 7.8.0 - 2.3.16 - 4.11 - 1.9.5 - 3.6.4-20150927082714-7cac887 + 2.4.12 + 4.12 + 2.0.2-beta + 3.8.6 - 1.7 - 2.5 - 3.1 - 2.9 - 2.4 - 2.3 - 2.14.1 - 3.1.0 + 1.8 + 3.1.0 + 3.8.0 + 3.1.0 + 3.1.1 + 3.2.1 + 3.0.0-M3 + 4.0.1 @@ -68,6 +68,10 @@ libs-folder file:${project.basedir}/lib + + clojars.org + http://clojars.org/repo + @@ -238,6 +242,26 @@ ${specs2.version} test + + javax.xml.bind + jaxb-api + 2.2.11 + + + com.sun.xml.bind + jaxb-core + 2.2.11 + + + com.sun.xml.bind + jaxb-impl + 2.2.11 + + + javax.activation + activation + 1.1.1 + org.specs2 specs2-junit_2.11 From 47d761c34250870120e7da62a89d051fc0d4f268 Mon Sep 17 00:00:00 2001 From: tushar-os Date: Mon, 9 Sep 2019 23:16:34 -0700 Subject: [PATCH 2/2] minor dependency change. --- pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pom.xml b/pom.xml index 5665898aa..2cab032af 100644 --- a/pom.xml +++ b/pom.xml @@ -68,10 +68,6 @@ libs-folder file:${project.basedir}/lib - - clojars.org - http://clojars.org/repo -