From 6948fd05228982459ead8609f4bea3097c860fbf Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Tue, 4 Feb 2020 16:36:37 -0500 Subject: 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-XACML/pom.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'ONAP-XACML') 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 -- cgit 1.2.3-korg