From 3659c638c03877e8ab2ed553ae0d1d5bd489000f Mon Sep 17 00:00:00 2001 From: Igor Dysko Date: Fri, 14 Aug 2020 17:31:03 +0200 Subject: Update to java 11 Adaptation of dependencies to java 11, no changes in functionality Issue-ID: AAI-3002 Signed-off-by: Igor Dysko Change-Id: I3e1a0e38f268f04f19e6dcc4b2ea819f09440567 --- pom.xml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3328b2e..fcc663a 100644 --- a/pom.xml +++ b/pom.xml @@ -22,8 +22,6 @@ UTF-8 1.8 1.8 - 1.8 - 0.23.0 docker.io localhost:5000 @@ -56,9 +54,26 @@ org.springframework.boot spring-boot-starter-jetty + + org.eclipse.persistence + eclipselink + 2.7.7 + + + org.eclipse.persistence + javax.persistence + + + org.onap.aai.aai-common aai-schema-ingest + + + org.eclipse.persistence + eclipselink + + org.onap.aai.aai-common -- cgit 1.2.3-korg