From: Jim Hahn Date: Tue, 4 Feb 2020 21:36:37 +0000 (-0500) Subject: Include jaxb in runtime X-Git-Tag: 1.6.0~12 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fengine.git;a=commitdiff_plain;h=6948fd05228982459ead8609f4bea3097c860fbf 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 --- 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