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-PAP-REST/pom.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'ONAP-PAP-REST/pom.xml') 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 -- cgit 1.2.3-korg