aboutsummaryrefslogtreecommitdiffstats
path: root/ONAP-XACML
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-02-04 16:36:37 -0500
committerJim Hahn <jrh3@att.com>2020-02-04 16:36:37 -0500
commit6948fd05228982459ead8609f4bea3097c860fbf (patch)
tree88f16e07bebe9c41cb7e5a8761e2072856eb6657 /ONAP-XACML
parentca1c2e1701e0ee387d2f722d8b7fd23071af8e1e (diff)
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 <jrh3@att.com> Change-Id: I2e6e23929448b7c27bf6f6a1d2ea40c0c1cace97
Diffstat (limited to 'ONAP-XACML')
-rw-r--r--ONAP-XACML/pom.xml1
1 files changed, 0 insertions, 1 deletions
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 @@
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>2.3.2</version>
- <scope>test</scope>
</dependency>
<dependency>
<groupId>javax.activation</groupId>