Updated the sdc cert
[sdc.git] / openecomp-be / api / openecomp-sdc-rest-webapp / conflict-rest / conflict-rest-services / pom.xml
index 127d0a6..521205e 100644 (file)
@@ -7,15 +7,12 @@
     <parent>
         <groupId>org.openecomp.sdc</groupId>
         <artifactId>conflict-rest</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.6.4-SNAPSHOT</version>
     </parent>
 
     <artifactId>conflict-rest-services</artifactId>
 
-
-
     <dependencies>
-
         <dependency>
             <groupId>org.openecomp.sdc</groupId>
             <artifactId>openecomp-sdc-common-rest</artifactId>
             <artifactId>vendor-license-rest-services</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>