Add versions to pom files
[appc.git] / appc-sequence-generator / appc-sequence-generator-bundle / pom.xml
index f2edf82..0096435 100644 (file)
@@ -33,6 +33,7 @@
        </parent>
         <groupId>org.onap.appc</groupId>
     <artifactId>appc-sequence-generator-bundle</artifactId>
+    <version>1.4.0-SNAPSHOT</version>
     <name>appc-sequence-generator-bundle</name>
     <packaging>bundle</packaging>
 
             <groupId>org.opendaylight.controller</groupId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <artifactId>sal-rest-connector</artifactId>
-            <groupId>org.opendaylight.netconf</groupId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>sal-binding-broker-impl</artifactId>
            <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>