From 6948fd05228982459ead8609f4bea3097c860fbf Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Tue, 4 Feb 2020 16:36:37 -0500 Subject: [PATCH] Include jaxb in runtime The jaxb implementation was included with scope=test. As a result, it was not found when trying to run the engine within docker. Issue-ID: POLICY-1590 Signed-off-by: Jim Hahn Change-Id: I2e6e23929448b7c27bf6f6a1d2ea40c0c1cace97 --- ONAP-PAP-REST/pom.xml | 1 - ONAP-XACML/pom.xml | 1 - PolicyEngineAPI/pom.xml | 1 - 3 files changed, 3 deletions(-) diff --git a/ONAP-PAP-REST/pom.xml b/ONAP-PAP-REST/pom.xml index 377674abb..795c34a5b 100644 --- a/ONAP-PAP-REST/pom.xml +++ b/ONAP-PAP-REST/pom.xml @@ -126,7 +126,6 @@ org.glassfish.jaxb jaxb-runtime 2.3.2 - test javax.activation diff --git a/ONAP-XACML/pom.xml b/ONAP-XACML/pom.xml index 664798a07..79b456dcd 100644 --- a/ONAP-XACML/pom.xml +++ b/ONAP-XACML/pom.xml @@ -56,7 +56,6 @@ org.glassfish.jaxb jaxb-runtime 2.3.2 - test javax.activation diff --git a/PolicyEngineAPI/pom.xml b/PolicyEngineAPI/pom.xml index 6fc135706..123555289 100644 --- a/PolicyEngineAPI/pom.xml +++ b/PolicyEngineAPI/pom.xml @@ -42,7 +42,6 @@ org.glassfish.jaxb jaxb-runtime 2.3.2 - test javax.activation -- 2.16.6