From 67acb223c78e804bdd3a4f0b1d51ed4c87e070a1 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Thu, 13 Oct 2022 14:26:19 +0000 Subject: [PATCH] Update eclipse.persistence and eelf.core in aai-common - update eclipse persistence to version 2.7.11 - update eelf core to 2.0.0-oss - pin eelf core version in aai-utils and aai-schema-abstraction to 1.0.1 since there would be IncompatibleClassChange errors - add the jaxb-api dependency to aai-utils to make it compilable with jdk 11 Issue-ID: AAI-3550 Signed-off-by: Fiete Ostkamp Change-Id: Ia2aa31a9f3550af853583e65bc1f84583c9fc22f --- aai-parent/pom.xml | 4 ++-- aai-rest/pom.xml | 1 - aai-schema-abstraction/pom.xml | 41 +++++++++++++++++++---------------------- aai-schema-ingest/pom.xml | 1 - aai-utils/pom.xml | 21 +++++++++++---------- 5 files changed, 32 insertions(+), 36 deletions(-) diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index 518f23f1..17af71d7 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -60,8 +60,8 @@ limitations under the License. 0.31.0 1.1.9 4.0.2 - 2.6.2 - 1.0.1-oss + 2.7.11 + 2.0.0-oss 2.3.31 19.0 3.2.3 diff --git a/aai-rest/pom.xml b/aai-rest/pom.xml index 04328bcf..952bd720 100644 --- a/aai-rest/pom.xml +++ b/aai-rest/pom.xml @@ -37,7 +37,6 @@ https://nexus.onap.org - 1.0.1-oss 1.5.21.RELEASE 1.5.21.RELEASE 1.0.8.RELEASE diff --git a/aai-schema-abstraction/pom.xml b/aai-schema-abstraction/pom.xml index 1448002a..e7c80913 100644 --- a/aai-schema-abstraction/pom.xml +++ b/aai-schema-abstraction/pom.xml @@ -21,8 +21,8 @@ ============LICENSE_END========================================================= --> - + 4.0.0 @@ -50,61 +50,58 @@ - org.onap.aai.logging-service common-logging - + + com.att.eelf + eelf-core + 1.0.1-oss + org.onap.aai.logging-service logging-api - - ch.qos.logback - logback-core + ch.qos.logback + logback-core - ch.qos.logback - logback-classic + ch.qos.logback + logback-classic - ch.qos.logback - logback-access + ch.qos.logback + logback-access - - org.codehaus.jackson - jackson-core-asl + org.codehaus.jackson + jackson-core-asl - org.codehaus.jackson - jackson-mapper-asl + org.codehaus.jackson + jackson-mapper-asl - com.fasterxml.jackson.core - jackson-databind + com.fasterxml.jackson.core + jackson-databind - org.onap.aai rest-client - junit junit test - org.mockito mockito-core test - diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index 833091d3..c5ea8b27 100644 --- a/aai-schema-ingest/pom.xml +++ b/aai-schema-ingest/pom.xml @@ -34,7 +34,6 @@ limitations under the License. jar - 1.0.1-oss 4.5.13 2.5.15 4.3.24.RELEASE diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml index e3ada307..d5872b59 100644 --- a/aai-utils/pom.xml +++ b/aai-utils/pom.xml @@ -21,9 +21,7 @@ ============LICENSE_END========================================================= --> - + 4.0.0 @@ -41,28 +39,32 @@ - + + com.att.eelf + eelf-core + 1.0.1-oss + com.fasterxml.jackson.core jackson-databind - org.apache.httpcomponents httpclient - org.eclipse.persistence eclipselink - + + javax.xml.bind + jaxb-api + org.onap.aai.logging-service common-logging - org.springframework @@ -76,7 +78,6 @@ com.fasterxml.jackson.core jackson-databind - junit junit @@ -112,4 +113,4 @@ - + \ No newline at end of file -- 2.16.6