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-gen/pom.xml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'aai-schema-gen') diff --git a/aai-schema-gen/pom.xml b/aai-schema-gen/pom.xml index 16acc81..a4217f6 100644 --- a/aai-schema-gen/pom.xml +++ b/aai-schema-gen/pom.xml @@ -599,8 +599,27 @@ - + + javax.annotation + javax.annotation-api + compile + + + 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 + org.springframework spring-context -- cgit 1.2.3-korg