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-nf-proxy-service/pom.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 cps-nf-proxy-service/pom.xml (limited to 'cps-nf-proxy-service') diff --git a/cps-nf-proxy-service/pom.xml b/cps-nf-proxy-service/pom.xml new file mode 100644 index 0000000000..d32d0ad38a --- /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 -- cgit 1.2.3-korg