<type>xml</type>
             <classifier>features</classifier>
         </dependency>
-
+        <dependency>
+            <groupId>org.bouncycastle</groupId>
+            <artifactId>bcprov-jdk15on</artifactId>
+            <version>1.60</version>
+        </dependency>
     </dependencies>
 </project>
 
                <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>
 
 
         <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>
 
                <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>
 
         <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>
 
                <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>
 
                <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>
 
     
     <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>
 
            <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>