From 8fe579d7d1b802e9d91205c7ff991631ea35f7ac Mon Sep 17 00:00:00 2001 From: Ruslan Kashapov Date: Thu, 4 Mar 2021 17:13:00 +0200 Subject: Fix cps-nf-proxy standalone assembly. Application dependency on cps-ri module moved from cps-rest module (indirect) to cps-application (direct, using assembly profiles) Issue-ID: CPS-274 Change-Id: Id246dc4c6d15343e4862f70151aa82c5020862c9 Signed-off-by: Ruslan Kashapov --- cps-rest/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cps-rest/pom.xml') diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index 840228eb9..9264c6815 100755 --- a/cps-rest/pom.xml +++ b/cps-rest/pom.xml @@ -16,10 +16,6 @@ ${project.groupId} cps-service - - ${project.groupId} - cps-ri - org.springframework.boot spring-boot-starter-web @@ -30,6 +26,10 @@ + + org.springframework.boot + spring-boot-starter-validation + org.springframework.boot spring-boot-starter-jetty -- cgit 1.2.3-korg