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/pom.xml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'aai-schema/pom.xml') diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index e0f5778..12069aa 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -36,9 +36,15 @@ src/main/resources/onap/aai_schema src/main/xjb/bindings-onap.xjb + 2.8.0 + + javax.xml.bind + jaxb-api + 2.3.0 + org.onap.aai.schema-service aai-annotations @@ -49,12 +55,6 @@ junit test - - commons-io - commons-io - RELEASE - test - org.jvnet.jaxb2_commons jaxb2-basics @@ -70,13 +70,18 @@ com.googlecode.json-simple json-simple + + commons-io + commons-io + ${commons.io.version} + org.codehaus.mojo jaxb2-maven-plugin - 2.2 + 2.5.0 xjc -- cgit 1.2.3-korg