Update to 1.6.7
[sdc.git] / openecomp-be / api / openecomp-sdc-rest-webapp / healthcheck-rest / healthcheck-rest-services / pom.xml
index 5da8f90..bbf07fa 100644 (file)
@@ -7,16 +7,13 @@
     <parent>
         <groupId>org.openecomp.sdc</groupId>
         <artifactId>healthcheck-rest</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.6.7-SNAPSHOT</version>
     </parent>
 
     <artifactId>healthcheck-rest-services</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
-    <!--packaging>pom</packaging-->
 
     <dependencies>
 
-
         <dependency>
             <groupId>javax.ws.rs</groupId>
             <artifactId>javax.ws.rs-api</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>