From: Chris André Date: Wed, 15 Jul 2020 20:20:45 +0000 (-0400) Subject: Java 11 Migration X-Git-Tag: 1.7.1~5 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=0c325035e3368520073a4eae8732f82cc24d2418;p=aai%2Fsparky-be.git Java 11 Migration - Upgraded libraries to their latest Java-11 compliant versions Issue-ID: AAI-3011 Signed-off-by: Chris Andre Change-Id: I66737adf78ecf017ceb0fe050698755884e19b42 --- diff --git a/sparkybe-onap-application/pom.xml b/sparkybe-onap-application/pom.xml index 485542f..9f179f9 100644 --- a/sparkybe-onap-application/pom.xml +++ b/sparkybe-onap-application/pom.xml @@ -229,7 +229,7 @@ org.eclipse.persistence eclipselink - 2.6.2 + 2.7.7 diff --git a/sparkybe-onap-service/pom.xml b/sparkybe-onap-service/pom.xml index 7a25a9f..909e641 100644 --- a/sparkybe-onap-service/pom.xml +++ b/sparkybe-onap-service/pom.xml @@ -218,7 +218,7 @@ some of the depedencies should probably have a scope of provided so they don't a org.eclipse.persistence eclipselink - 2.6.2 + 2.7.7 @@ -313,6 +313,24 @@ some of the depedencies should probably have a scope of provided so they don't a + + jakarta.xml.bind + jakarta.xml.bind-api + 2.3.3 + + + + javax.json + javax.json-api + 1.1 + + + + org.glassfish + javax.json + 1.1 + +