summaryrefslogtreecommitdiffstats
path: root/cps-ncmp-rest
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2021-04-20 13:29:00 +0000
committerGerrit Code Review <gerrit@onap.org>2021-04-20 13:29:00 +0000
commitcf37a74874074ab0de9ab4eac8143387355f1afe (patch)
treef497b3f8524336d817fc67f64231260818b34f05 /cps-ncmp-rest
parent24bf350947acb7fcb62878932d520387bc922a96 (diff)
parentac6df766bd9b092ac46fcdd636b2fa76713547ea (diff)
Merge "Increase minimum coverage"
Diffstat (limited to 'cps-ncmp-rest')
-rw-r--r--cps-ncmp-rest/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/cps-ncmp-rest/pom.xml b/cps-ncmp-rest/pom.xml
index 3abeb7d1f..9f0e13220 100644
--- a/cps-ncmp-rest/pom.xml
+++ b/cps-ncmp-rest/pom.xml
@@ -30,7 +30,7 @@
<artifactId>cps-ncmp-rest</artifactId>
<properties>
- <minimum-coverage>0.0</minimum-coverage>
+ <minimum-coverage>0.5</minimum-coverage>
</properties>
<dependencies>
@@ -51,6 +51,10 @@
</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>
</dependency>
<dependency>