From a39137cdb8755b6a15807b302ebbf8a443b99a51 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Tue, 14 Apr 2020 12:15:57 -0400 Subject: Fix build issue in ubuntu 1804 Issue-ID: AAI-2850 Signed-off-by: Jimmy Forsyth Change-Id: Iff320d89fa221bcb6c9fa4fb0f726724e1bb0eae --- aai-parent/pom.xml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'aai-parent') diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index 6faf6b7b..072200a9 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -72,7 +72,8 @@ limitations under the License. 2.10.1 0.2.3 1.2 - 2.2.12 + 2.3.1 + 2.3.0.1 2.0.1 1.78 1.19.4 @@ -502,7 +503,19 @@ limitations under the License. com.sun.xml.bind jaxb-xjc - ${jaxb.version} + ${old.jaxb.version} + + + + com.sun.xml.bind + jaxb-impl + ${old.jaxb.version} + + + + com.sun.xml.bind + jaxb-core + ${old.jaxb.version} -- cgit