From 34a94b92edd0c359291445735eb3d7e974deea1f Mon Sep 17 00:00:00 2001 From: tragait Date: Tue, 30 Mar 2021 12:02:27 +0100 Subject: rename nf-proxy to network-cm-proxy This commit renames two modules cps-nf-proxy-rest and cps-nf-proxy-service to cps-ncmp-rest, cps-ncmp-service. Docker image names are also changed respectively. Swagger auto generated api files are also modified. Signed-off-by: tragait Issue-ID: CPS-315 Change-Id: Ic2a2f8c4bafe8cffa3c83ccb52499720aaba1415 --- cps-ncmp-service/pom.xml | 51 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 cps-ncmp-service/pom.xml (limited to 'cps-ncmp-service/pom.xml') diff --git a/cps-ncmp-service/pom.xml b/cps-ncmp-service/pom.xml new file mode 100644 index 000000000..ddb78d384 --- /dev/null +++ b/cps-ncmp-service/pom.xml @@ -0,0 +1,51 @@ + + + +4.0.0 + + org.onap.cps + cps-parent + 1.1.0-SNAPSHOT + ../cps-parent/pom.xml + + +cps-ncmp-service + + + 0.0 + + + + + org.springframework.boot + spring-boot-starter-validation + + + ${project.groupId} + cps-service + + + org.spockframework + spock-core + test + + + \ No newline at end of file -- cgit 1.2.3-korg