From: Pamela Dragosh Date: Mon, 5 Mar 2018 15:25:41 +0000 (-0500) Subject: Upgrade commons-collection for security fix X-Git-Tag: v1.2.0~94^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F79%2F34079%2F2;hp=15fa7f438c0c34917e74a1f8d6a74702926bf218;p=policy%2Fengine.git Upgrade commons-collection for security fix Force use of 3.2.2 to clear security issue for commons collections. Issue-ID: POLICY-507 Change-Id: Id9ac1e07b90dfb6594cde5ba4cec4e3867f43a76 Signed-off-by: Pamela Dragosh --- diff --git a/BRMSGateway/pom.xml b/BRMSGateway/pom.xml index 39e943be1..0d9ebfba2 100644 --- a/BRMSGateway/pom.xml +++ b/BRMSGateway/pom.xml @@ -66,10 +66,26 @@ integrity-monitor ${project.version} + + + commons-collections + commons-collections + 3.2.2 + org.sonatype.nexus nexus-rest-client-java 2.3.1-01 + + + commons-collections + commons-collections + + com.thoughtworks.xstream diff --git a/ONAP-SDK-APP/pom.xml b/ONAP-SDK-APP/pom.xml index c1ce21e4f..687e5b3a2 100644 --- a/ONAP-SDK-APP/pom.xml +++ b/ONAP-SDK-APP/pom.xml @@ -238,6 +238,16 @@ jar + + + commons-collections + commons-collections + 3.2.2 + org.onap.portal.sdk epsdk-core @@ -247,6 +257,10 @@ mysql mysql-connector-java + + commons-collections + commons-collections +