From 8678a53099f255c1c9a12da4f156d97f87b0ac59 Mon Sep 17 00:00:00 2001 From: Taka Cho Date: Sun, 19 Aug 2018 20:46:00 -0400 Subject: fixing common-collection 3.2.1 security issue changed pom.xml and features.xml to keep common-collection to 3.2.2 Change-Id: I3ccd44d61f2e58edae9de6d7042cdb752bbd73cb Issue-ID: APPC-1018 Signed-off-by: Taka Cho --- .../features-appc-chef-adapter/pom.xml | 6 +++++- .../features/src/main/resources/features.xml | 2 +- .../features/src/main/resources/features.xml | 2 +- .../features/src/main/resources/features.xml | 2 +- appc-config/pom.xml | 2 +- .../features/src/main/resources/features.xml | 2 +- .../features/src/main/resources/features.xml | 2 +- appc-parent/single-feature-parent/pom.xml | 2 +- .../appc-sequence-generator-bundle/pom.xml | 13 ++++++++++++- 9 files changed, 24 insertions(+), 9 deletions(-) diff --git a/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/features-appc-chef-adapter/pom.xml b/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/features-appc-chef-adapter/pom.xml index 5bbdf69cc..7b7d4d3e8 100644 --- a/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/features-appc-chef-adapter/pom.xml +++ b/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/features-appc-chef-adapter/pom.xml @@ -43,6 +43,10 @@ limitations under the License. xml features - + + org.bouncycastle + bcprov-jdk15on + 1.60 + diff --git a/appc-config/appc-config-params/features/src/main/resources/features.xml b/appc-config/appc-config-params/features/src/main/resources/features.xml index 0e817c3b4..757a1fc99 100644 --- a/appc-config/appc-config-params/features/src/main/resources/features.xml +++ b/appc-config/appc-config-params/features/src/main/resources/features.xml @@ -36,7 +36,7 @@ ccsdk-sli mvn:commons-lang/commons-lang/2.6 - mvn:commons-collections/commons-collections/${common.collections.version} + mvn:commons-collections/commons-collections/3.2.2 wrap:mvn:org.openecomp.sdc.common/openecomp-tosca-datatype/${tosca.datatype.version} diff --git a/appc-config/appc-encryption-tool/features/src/main/resources/features.xml b/appc-config/appc-encryption-tool/features/src/main/resources/features.xml index b465669a2..a88ef3e26 100644 --- a/appc-config/appc-encryption-tool/features/src/main/resources/features.xml +++ b/appc-config/appc-encryption-tool/features/src/main/resources/features.xml @@ -37,7 +37,7 @@ mvn:commons-lang/commons-lang/2.6 mvn:org.apache.velocity/velocity/${velocity.version} - mvn:commons-collections/commons-collections/${common.collections.version} + mvn:commons-collections/commons-collections/3.2.2 mvn:org.onap.appc/appc-config-encryption-tool-provider/${project.version} diff --git a/appc-config/appc-flow-controller/features/src/main/resources/features.xml b/appc-config/appc-flow-controller/features/src/main/resources/features.xml index 2ab6ba248..424abd854 100644 --- a/appc-config/appc-flow-controller/features/src/main/resources/features.xml +++ b/appc-config/appc-flow-controller/features/src/main/resources/features.xml @@ -33,7 +33,7 @@ ccsdk-sli mvn:commons-lang/commons-lang/2.6 - mvn:commons-collections/commons-collections/${common.collections.version} + mvn:commons-collections/commons-collections/3.2.2 mvn:org.onap.appc/appc-config-flow-controller-provider/${project.version} diff --git a/appc-config/pom.xml b/appc-config/pom.xml index a70a35536..0c8165c29 100644 --- a/appc-config/pom.xml +++ b/appc-config/pom.xml @@ -38,7 +38,7 @@ 1.12 1.7 1.3.7 - 3.2.1 + 3.2.2 2.5 1.1.0 diff --git a/appc-outbound/appc-aai-client/features/src/main/resources/features.xml b/appc-outbound/appc-aai-client/features/src/main/resources/features.xml index 1043da21c..6a8826dc6 100644 --- a/appc-outbound/appc-aai-client/features/src/main/resources/features.xml +++ b/appc-outbound/appc-aai-client/features/src/main/resources/features.xml @@ -39,7 +39,7 @@ ccsdk-aai-service mvn:commons-lang/commons-lang/2.6 - mvn:commons-collections/commons-collections/3.2.1 + mvn:commons-collections/commons-collections/3.2.2 mvn:org.onap.appc/appc-aai-client-provider/${project.version} diff --git a/appc-outbound/appc-network-inventory-client/features/src/main/resources/features.xml b/appc-outbound/appc-network-inventory-client/features/src/main/resources/features.xml index 276a275a2..0effc0d4c 100644 --- a/appc-outbound/appc-network-inventory-client/features/src/main/resources/features.xml +++ b/appc-outbound/appc-network-inventory-client/features/src/main/resources/features.xml @@ -36,7 +36,7 @@ ccsdk-sli mvn:commons-lang/commons-lang/2.6 - mvn:commons-collections/commons-collections/${common.collections.version} + mvn:commons-collections/commons-collections/3.2.2 wrap:mvn:com.att.eelf/eelf-core/${eelf.version} mvn:com.sun.jersey/jersey-client/1.17 mvn:ch.qos.logback/logback-core/${logback.version} diff --git a/appc-parent/single-feature-parent/pom.xml b/appc-parent/single-feature-parent/pom.xml index fb3a344d2..ee2c582fd 100644 --- a/appc-parent/single-feature-parent/pom.xml +++ b/appc-parent/single-feature-parent/pom.xml @@ -37,7 +37,7 @@ limitations under the License. true - 3.2.1 + 3.2.2 1.12 1.1.0 1.7 diff --git a/appc-sequence-generator/appc-sequence-generator-bundle/pom.xml b/appc-sequence-generator/appc-sequence-generator-bundle/pom.xml index 77390a0eb..91bb68758 100644 --- a/appc-sequence-generator/appc-sequence-generator-bundle/pom.xml +++ b/appc-sequence-generator/appc-sequence-generator-bundle/pom.xml @@ -200,7 +200,18 @@ org.apache.velocity velocity 1.7 - + + + commons-collections + commons-collections + + + + + commons-collections + commons-collections + 3.2.2 + org.onap.ccsdk.sli.adaptors sql-resource-provider -- cgit 1.2.3-korg