Bump SDC version 1.6.6
[sdc.git] / openecomp-be / api / openecomp-sdc-rest-webapp / healthcheck-rest / healthcheck-rest-services / pom.xml
index b243aad..299e6aa 100644 (file)
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.openecomp.sdc</groupId>
         <artifactId>healthcheck-rest</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.6.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>healthcheck-rest-services</artifactId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
             <version>${cxf.version}</version>
         </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
 
     </dependencies>
 
 
-</project>
\ No newline at end of file
+</project>