From a9fee2cb1c991ce478e48ecc749ded2bc55181e2 Mon Sep 17 00:00:00 2001 From: "Yoo, Brian (by703c)" Date: Fri, 22 Jan 2021 13:50:01 -0500 Subject: Add java 11 code support Issue-ID: AAI-3009 Change-Id: Ic65c49e6071f240ec9fe583fa939cc965f928fc9 Signed-off-by: Yoo, Brian (by703c) Signed-off-by: Harish Venkata Kajur --- aai-schema-service/pom.xml | 51 ++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 49 insertions(+), 2 deletions(-) (limited to 'aai-schema-service/pom.xml') diff --git a/aai-schema-service/pom.xml b/aai-schema-service/pom.xml index 56410a5..8bcd2d4 100644 --- a/aai-schema-service/pom.xml +++ b/aai-schema-service/pom.xml @@ -50,7 +50,7 @@ onap alpine - 1.6.0 + 1.8.1 true @@ -161,7 +161,7 @@ generate-images - package + verify build @@ -269,6 +269,11 @@ + + jakarta.xml.bind + jakarta.xml.bind-api + 3.0.0 + javax.annotation javax.annotation-api @@ -339,14 +344,17 @@ javax.xml.bind jaxb-api + 2.3.0 org.eclipse.persistence eclipselink + 3.0.0 org.eclipse.persistence org.eclipse.persistence.moxy + 3.0.0 compile @@ -626,6 +634,45 @@ + + copy-fat-jar + + post-integration-test + + copy-resources + + + ${aai.build.directory}/lib/ + + + ${project.build.directory}/ + + ${project.artifactId}-${project.version}.jar + + false + + + + -- cgit 1.2.3-korg