From ac6df766bd9b092ac46fcdd636b2fa76713547ea Mon Sep 17 00:00:00 2001 From: "Claudio D. Gasparini" Date: Mon, 19 Apr 2021 18:18:19 +0200 Subject: [PATCH] Increase minimum coverage and remove unnecesary dependency Issue-ID: CPS-343 Signed-off-by: Claudio D. Gasparini Change-Id: I3bffbd9941f539852da2e1de82f8edda08ea1ea3 --- cps-ncmp-rest/pom.xml | 6 +++++- cps-ncmp-service/pom.xml | 6 +----- 2 files changed, 6 insertions(+), 6 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 @@ 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 -- 2.16.6