Investigate and update Spock version
[cps.git] / cps-ncmp-rest / pom.xml
index 3abeb7d..02a7898 100644 (file)
@@ -30,7 +30,7 @@
 <artifactId>cps-ncmp-rest</artifactId>
 
 <properties>
-    <minimum-coverage>0.0</minimum-coverage>
+    <minimum-coverage>0.5</minimum-coverage>
 </properties>
 
 <dependencies>
             </exclusion>
         </exclusions>
     </dependency>
+    <dependency>
+        <groupId>org.springframework.boot</groupId>
+        <artifactId>spring-boot-starter-validation</artifactId>
+    </dependency>
     <dependency>
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-starter-jetty</artifactId>
         <artifactId>groovy</artifactId>
         <scope>test</scope>
     </dependency>
+    <dependency>
+        <groupId>org.codehaus.groovy</groupId>
+        <artifactId>groovy-json</artifactId>
+        <scope>test</scope>
+    </dependency>
     <dependency>
         <groupId>org.spockframework</groupId>
         <artifactId>spock-core</artifactId>