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 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'cps-application/pom.xml') 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 + -- cgit 1.2.3-korg