From: Ruslan Kashapov Date: Thu, 4 Mar 2021 15:13:00 +0000 (+0200) Subject: Fix cps-nf-proxy standalone assembly. X-Git-Tag: 1.0.0~4^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=8fe579d7d1b802e9d91205c7ff991631ea35f7ac;p=cps.git 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 --- diff --git a/cps-application/pom.xml b/cps-application/pom.xml index cfebf68874..9a7d2f8e33 100644 --- a/cps-application/pom.xml +++ b/cps-application/pom.xml @@ -124,6 +124,10 @@ ${project.groupId} cps-rest + + ${project.groupId} + cps-ri + @@ -149,6 +153,10 @@ ${project.groupId} cps-nf-proxy-rest + + ${project.groupId} + cps-ri + @@ -178,6 +186,10 @@ ${project.groupId} cps-nf-proxy-rest + + ${project.groupId} + cps-ri + diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index 840228eb99..9264c68150 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