From: Pamela Dragosh Date: Wed, 28 Mar 2018 23:30:42 +0000 (-0700) Subject: Remove security issue xstream and plexus-utils X-Git-Tag: v1.2.0~23 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fengine.git;a=commitdiff_plain;h=a86b80ac6976a4ad25979cbfea41b9b39b3881de;hp=b6abd7445f80d1d165877f394555f8844fe7ac63 Remove security issue xstream and plexus-utils Some of these were ommitted from compile while others were not completely ommitted. Upgraded maven-compiler since it upgraded plexus-utils Upgraded latest version of jackson-databind 2.9.5 Issue-ID: POLICY-507 Change-Id: If92ff4355329c48fbe76e0245d6c8344ebb8084d Signed-off-by: Pamela Dragosh --- diff --git a/BRMSGateway/pom.xml b/BRMSGateway/pom.xml index 18ed8f7b8..2f4612aba 100644 --- a/BRMSGateway/pom.xml +++ b/BRMSGateway/pom.xml @@ -48,7 +48,7 @@ org.apache.maven maven-model - 3.3.9 + 3.5.3 org.apache.maven.shared diff --git a/ONAP-SDK-APP/pom.xml b/ONAP-SDK-APP/pom.xml index 9f383bf9a..b6e797947 100644 --- a/ONAP-SDK-APP/pom.xml +++ b/ONAP-SDK-APP/pom.xml @@ -260,6 +260,10 @@ commons-collections commons-collections + + com.thoughtworks.xstream + xstream + diff --git a/POLICY-SDK-APP/pom.xml b/POLICY-SDK-APP/pom.xml index 91e14d9f9..08bc3c23c 100644 --- a/POLICY-SDK-APP/pom.xml +++ b/POLICY-SDK-APP/pom.xml @@ -90,6 +90,10 @@ mysql mysql-connector-java + + com.thoughtworks.xstream + xstream + diff --git a/PolicyEngineUtils/pom.xml b/PolicyEngineUtils/pom.xml index 73b6e0463..85b506a21 100644 --- a/PolicyEngineUtils/pom.xml +++ b/PolicyEngineUtils/pom.xml @@ -70,7 +70,7 @@ org.apache.maven maven-model - 3.3.9 + 3.5.3