From 0c325035e3368520073a4eae8732f82cc24d2418 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Chris=20Andre=CC=81?= Date: Wed, 15 Jul 2020 16:20:45 -0400 Subject: [PATCH] Java 11 Migration - Upgraded libraries to their latest Java-11 compliant versions Issue-ID: AAI-3011 Signed-off-by: Chris Andre Change-Id: I66737adf78ecf017ceb0fe050698755884e19b42 --- sparkybe-onap-application/pom.xml | 2 +- sparkybe-onap-service/pom.xml | 20 +++++++++++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) 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 + + -- 2.16.6