From: Claudio D. Gasparini Date: Mon, 19 Apr 2021 16:18:19 +0000 (+0200) Subject: Increase minimum coverage X-Git-Tag: 1.1.0~79^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=ac6df766bd9b092ac46fcdd636b2fa76713547ea;p=cps.git Increase minimum coverage and remove unnecesary dependency Issue-ID: CPS-343 Signed-off-by: Claudio D. Gasparini Change-Id: I3bffbd9941f539852da2e1de82f8edda08ea1ea3 --- 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 @@ cps-ncmp-rest - 0.0 + 0.5 @@ -49,6 +49,10 @@ + + org.springframework.boot + spring-boot-starter-validation + org.springframework.boot spring-boot-starter-jetty diff --git a/cps-ncmp-service/pom.xml b/cps-ncmp-service/pom.xml index ddb78d384..a5be80d7a 100644 --- a/cps-ncmp-service/pom.xml +++ b/cps-ncmp-service/pom.xml @@ -30,14 +30,10 @@ cps-ncmp-service - 0.0 + 0.7 - - org.springframework.boot - spring-boot-starter-validation - ${project.groupId} cps-service