diff options
author | Jim Hahn <jrh3@att.com> | 2020-02-04 16:36:37 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-02-04 16:36:37 -0500 |
commit | 6948fd05228982459ead8609f4bea3097c860fbf (patch) | |
tree | 88f16e07bebe9c41cb7e5a8761e2072856eb6657 /ONAP-PAP-REST/pom.xml | |
parent | ca1c2e1701e0ee387d2f722d8b7fd23071af8e1e (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-PAP-REST/pom.xml')
-rw-r--r-- | ONAP-PAP-REST/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-runtime</artifactId> <version>2.3.2</version> - <scope>test</scope> </dependency> <dependency> <groupId>javax.activation</groupId> |