fixing common-collection 3.2.1 security issue 99/61199/2
authorTaka Cho <tc012c@att.com>
Mon, 20 Aug 2018 00:46:00 +0000 (20:46 -0400)
committerTaka Cho <tc012c@att.com>
Mon, 20 Aug 2018 00:52:03 +0000 (20:52 -0400)
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 <tc012c@att.com>
appc-adapters/appc-chef-adapter/appc-chef-adapter-features/features-appc-chef-adapter/pom.xml
appc-config/appc-config-params/features/src/main/resources/features.xml
appc-config/appc-encryption-tool/features/src/main/resources/features.xml
appc-config/appc-flow-controller/features/src/main/resources/features.xml
appc-config/pom.xml
appc-outbound/appc-aai-client/features/src/main/resources/features.xml
appc-outbound/appc-network-inventory-client/features/src/main/resources/features.xml
appc-parent/single-feature-parent/pom.xml
appc-sequence-generator/appc-sequence-generator-bundle/pom.xml

index 5bbdf69..7b7d4d3 100644 (file)
@@ -43,6 +43,10 @@ limitations under the License.
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
-
+        <dependency>
+            <groupId>org.bouncycastle</groupId>
+            <artifactId>bcprov-jdk15on</artifactId>
+            <version>1.60</version>
+        </dependency>
     </dependencies>
 </project>
index 0e817c3..757a1fc 100644 (file)
@@ -36,7 +36,7 @@
                <feature>ccsdk-sli</feature>
                
                <bundle>mvn:commons-lang/commons-lang/2.6</bundle>
-               <bundle>mvn:commons-collections/commons-collections/${common.collections.version}</bundle>
+               <bundle>mvn:commons-collections/commons-collections/3.2.2</bundle>
                
                <!-- <bundle>wrap:mvn:org.onap.appc/appc-yang-generator/${project.version}</bundle> -->
                <bundle>wrap:mvn:org.openecomp.sdc.common/openecomp-tosca-datatype/${tosca.datatype.version}</bundle>
index b465669..a88ef3e 100644 (file)
@@ -37,7 +37,7 @@
 
         <bundle>mvn:commons-lang/commons-lang/2.6</bundle>
         <bundle>mvn:org.apache.velocity/velocity/${velocity.version}</bundle>
-        <bundle>mvn:commons-collections/commons-collections/${common.collections.version}</bundle>
+        <bundle>mvn:commons-collections/commons-collections/3.2.2</bundle>
         <bundle>mvn:org.onap.appc/appc-config-encryption-tool-provider/${project.version}</bundle>
     </feature>
 </features>
index 2ab6ba2..424abd8 100644 (file)
@@ -33,7 +33,7 @@
                <feature>ccsdk-sli</feature>
                
                <bundle>mvn:commons-lang/commons-lang/2.6</bundle>
-               <bundle>mvn:commons-collections/commons-collections/${common.collections.version}</bundle>
+               <bundle>mvn:commons-collections/commons-collections/3.2.2</bundle>
                
                <bundle>mvn:org.onap.appc/appc-config-flow-controller-provider/${project.version}</bundle>
        </feature>
index a70a355..0c8165c 100644 (file)
@@ -38,7 +38,7 @@
         <snakeyaml.version>1.12</snakeyaml.version>
         <velocity.version>1.7</velocity.version>
         <jettison.version>1.3.7</jettison.version>
-        <common.collections.version>3.2.1</common.collections.version>
+        <common.collections.version>3.2.2</common.collections.version>
         <common.io.version>2.5</common.io.version>
 
         <tosca.datatype.version>1.1.0</tosca.datatype.version>
index 1043da2..6a8826d 100644 (file)
@@ -39,7 +39,7 @@
                <feature>ccsdk-aai-service</feature>
                <bundle>mvn:commons-lang/commons-lang/2.6</bundle>
                <!-- <bundle>mvn:org.apache.velocity/velocity/${velocity.version}</bundle> -->
-               <bundle>mvn:commons-collections/commons-collections/3.2.1</bundle> 
+               <bundle>mvn:commons-collections/commons-collections/3.2.2</bundle> 
                <bundle>mvn:org.onap.appc/appc-aai-client-provider/${project.version}</bundle>
        </feature>
 </features>
index 276a275..0effc0d 100644 (file)
@@ -36,7 +36,7 @@
                <feature>ccsdk-sli</feature>
                
                <bundle>mvn:commons-lang/commons-lang/2.6</bundle>
-               <bundle>mvn:commons-collections/commons-collections/${common.collections.version}</bundle>              
+               <bundle>mvn:commons-collections/commons-collections/3.2.2</bundle>              
                <bundle>wrap:mvn:com.att.eelf/eelf-core/${eelf.version}</bundle>
                <bundle>mvn:com.sun.jersey/jersey-client/1.17</bundle>
                <bundle>mvn:ch.qos.logback/logback-core/${logback.version}</bundle>
index fb3a344..ee2c582 100644 (file)
@@ -37,7 +37,7 @@ limitations under the License.
     
     <properties>
         <skip.karaf.featureTest>true</skip.karaf.featureTest>
-        <commons.collections.version>3.2.1</commons.collections.version>
+        <commons.collections.version>3.2.2</commons.collections.version>
         <snakeyaml.version>1.12</snakeyaml.version>
         <tosca.datatype.version>1.1.0</tosca.datatype.version>
         <velocity.version>1.7</velocity.version>
index 77390a0..91bb687 100644 (file)
            <groupId>org.apache.velocity</groupId>
             <artifactId>velocity</artifactId>
            <version>1.7</version>
-           </dependency>
+            <exclusions>
+                 <exclusion>
+                      <artifactId>commons-collections</artifactId>
+                      <groupId>commons-collections</groupId>
+                 </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>commons-collections</groupId>
+            <artifactId>commons-collections</artifactId>
+            <version>3.2.2</version>
+        </dependency>
          <dependency>
             <groupId>org.onap.ccsdk.sli.adaptors</groupId>
             <artifactId>sql-resource-provider</artifactId>