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-application/pom.xml | 12 ++++++++++++ cps-rest/pom.xml | 8 ++++---- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/cps-application/pom.xml b/cps-application/pom.xml index cfebf6887..9a7d2f8e3 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 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