From 18eaae524174fac4f21d83c94bb8347a29d9f879 Mon Sep 17 00:00:00 2001 From: dglFromAtt Date: Fri, 6 Dec 2019 17:10:45 -0500 Subject: Changes for OpenJDK 11 Issue-ID: DMAAP-1360 Signed-off-by: dglFromAtt Change-Id: I99a158b20b093507691e7f0054430d0fc486c269 Signed-off-by: dglFromAtt --- pom.xml | 46 ++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 42 insertions(+), 4 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 9648898..3107c88 100644 --- a/pom.xml +++ b/pom.xml @@ -125,6 +125,14 @@ + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.0 + + 11 + + @@ -169,6 +177,18 @@ + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M4 + + false + 0 + + --illegal-access=permit + + + @@ -330,12 +350,25 @@ ${jersey.version} --> jersey-test-framework-provider-jdk-http - 2.22.1 + 2.29.1 org.glassfish.jersey.inject jersey-hk2 + 2.29.1 + + + + javax.xml.bind + jaxb-api + 2.3.1 + + + javax.activation + javax.activation-api + 1.2.0 + junit junit @@ -348,6 +381,11 @@ 1.1.0 test + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M3 + @@ -378,11 +416,11 @@ 1.5.19 2.9.5 - 2.26 + 2.29 UTF-8 - 9.4.12.RC2 + 9.4.24.v20191120 1.0.0 - 1.0.30-SNAPSHOT + 2.0.1 4.12 0.7.7.201606060606 -- cgit 1.2.3-korg