Include jaxb in runtime 42/101142/1
authorJim Hahn <jrh3@att.com>
Tue, 4 Feb 2020 21:36:37 +0000 (16:36 -0500)
committerJim Hahn <jrh3@att.com>
Tue, 4 Feb 2020 21:36:37 +0000 (16:36 -0500)
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

ONAP-PAP-REST/pom.xml
ONAP-XACML/pom.xml
PolicyEngineAPI/pom.xml

index 377674a..795c34a 100644 (file)
             <groupId>org.glassfish.jaxb</groupId>
             <artifactId>jaxb-runtime</artifactId>
             <version>2.3.2</version>
-            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>javax.activation</groupId>
index 664798a..79b456d 100644 (file)
@@ -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>
index 6fc1357..1235552 100644 (file)
@@ -42,7 +42,6 @@
             <groupId>org.glassfish.jaxb</groupId>
             <artifactId>jaxb-runtime</artifactId>
             <version>2.3.2</version>
-            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>javax.activation</groupId>