From 2034efbc94f88bf35f54211d4bcdd12104d73b9a Mon Sep 17 00:00:00 2001 From: Glen Robson Date: Thu, 11 Jun 2020 14:19:46 +0100 Subject: [PATCH] Updating to Java 11 --- pom.xml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2e161238..eb6cea74 100644 --- a/pom.xml +++ b/pom.xml @@ -112,6 +112,21 @@ 4.12 test + + javax.xml.bind + jaxb-api + 2.3.0 + + + com.sun.xml.bind + jaxb-core + 2.3.0 + + + com.sun.xml.bind + jaxb-impl + 2.3.0 + simpleAnnotationStore @@ -166,8 +181,7 @@ maven-compiler-plugin 3.8.0 - 1.8 - 1.8 + 11