From 6364703c2546a3cb9bb35d372a37b09a93bd9975 Mon Sep 17 00:00:00 2001 From: "Claudio D. Gasparini" Date: Mon, 15 Feb 2021 10:38:21 +0100 Subject: Introduce cps-nf-proxy module - cps-nf-proxy module: Where NF Service resides - cps-nf-proxy module-rest: Where NF REST Service resides Issue-ID: CPS-244 Signed-off-by: Claudio D. Gasparini Change-Id: Ia6fdf70b004d751d5db092d75de0b7f6fa5f1dd7 --- cps-bom/pom.xml | 5 +++++ cps-nf-proxy-rest/pom.xml | 6 +----- cps-nf-proxy-service/pom.xml | 29 +++++++++++++++++++++++++++++ pom.xml | 1 + 4 files changed, 36 insertions(+), 5 deletions(-) create mode 100644 cps-nf-proxy-service/pom.xml diff --git a/cps-bom/pom.xml b/cps-bom/pom.xml index 3d43f6c5b..9ae8a80b3 100644 --- a/cps-bom/pom.xml +++ b/cps-bom/pom.xml @@ -42,6 +42,11 @@ cps-rest ${project.version} + + ${project.groupId} + cps-nf-proxy-service + ${project.version} + ${project.groupId} cps-nf-proxy-rest diff --git a/cps-nf-proxy-rest/pom.xml b/cps-nf-proxy-rest/pom.xml index 55db71dc5..94420f7fd 100755 --- a/cps-nf-proxy-rest/pom.xml +++ b/cps-nf-proxy-rest/pom.xml @@ -18,11 +18,7 @@ ${project.groupId} - cps-service - - - ${project.groupId} - cps-ri + cps-nf-proxy-service org.springframework.boot diff --git a/cps-nf-proxy-service/pom.xml b/cps-nf-proxy-service/pom.xml new file mode 100644 index 000000000..d32d0ad38 --- /dev/null +++ b/cps-nf-proxy-service/pom.xml @@ -0,0 +1,29 @@ + + + 4.0.0 + + org.onap.cps + cps-parent + 0.0.1-SNAPSHOT + ../cps-parent/pom.xml + + + cps-nf-proxy-service + + + 0.0 + + + + + ${project.groupId} + cps-service + + + ${project.groupId} + cps-ri + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index ab0a459f0..d8bd8c90e 100644 --- a/pom.xml +++ b/pom.xml @@ -32,6 +32,7 @@ cps-parent cps-service cps-rest + cps-nf-proxy-service cps-nf-proxy-rest cps-ri checkstyle -- cgit 1.2.3-korg