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-core/pom.xml | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) (limited to 'aai-core/pom.xml') diff --git a/aai-core/pom.xml b/aai-core/pom.xml index 6ecc0fb9..fe52a664 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -1,6 +1,5 @@ 2.8 - org.apache.maven.plugins maven-deploy-plugin @@ -135,11 +133,12 @@ limitations under the License. com.att.eelf eelf-core - - - org.powermock - powermock-api-mockito - + + + org.powermock + powermock-api-mockito + @@ -205,6 +204,14 @@ limitations under the License. javax.xml.bind jaxb-api + + com.sun.xml.bind + jaxb-impl + + + com.sun.xml.bind + jaxb-core + org.eclipse.persistence eclipselink -- cgit 1.2.3-korg