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-nf-proxy-rest/pom.xml | 113 ---------------------------------------------- 1 file changed, 113 deletions(-) delete mode 100755 cps-nf-proxy-rest/pom.xml (limited to 'cps-nf-proxy-rest/pom.xml') diff --git a/cps-nf-proxy-rest/pom.xml b/cps-nf-proxy-rest/pom.xml deleted file mode 100755 index 1add0a074..000000000 --- a/cps-nf-proxy-rest/pom.xml +++ /dev/null @@ -1,113 +0,0 @@ - - 4.0.0 - - org.onap.cps - cps-parent - 1.1.0-SNAPSHOT - ../cps-parent/pom.xml - - - cps-nf-proxy-rest - - - 0.0 - - - - - ${project.groupId} - cps-nf-proxy-service - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-tomcat - - - - - org.springframework.boot - spring-boot-starter-jetty - - - io.swagger.core.v3 - swagger-annotations - - - io.springfox - springfox-boot-starter - - - io.swagger - swagger-annotations - - - - org.codehaus.groovy - groovy - test - - - org.spockframework - spock-core - test - - - org.spockframework - spock-spring - test - - - cglib - cglib-nodep - test - - - org.springframework.boot - spring-boot-starter-test - test - - - org.junit.vintage - junit-vintage-engine - - - - - - - - - - io.swagger.codegen.v3 - swagger-codegen-maven-plugin - - - - generate - - - ${project.basedir}/docs/openapi/openapi.yml - org.onap.cps.nfproxy.rest.controller - org.onap.cps.nfproxy.rest.model - org.onap.cps.nfproxy.rest.api - spring - false - - src/gen/java - java11 - true - true - - - - - - - - -- cgit 1.2.3-korg