X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-ncmp-rest%2Fpom.xml;h=c243983309e42fbed6082f0b243948f396572a94;hb=4b9c350ae4d6c7f7016aa69b083798bdfecf0f4d;hp=9f0e132206800372571d584c43ac929825a0f665;hpb=ac6df766bd9b092ac46fcdd636b2fa76713547ea;p=cps.git diff --git a/cps-ncmp-rest/pom.xml b/cps-ncmp-rest/pom.xml index 9f0e13220..c24398330 100644 --- a/cps-ncmp-rest/pom.xml +++ b/cps-ncmp-rest/pom.xml @@ -1,7 +1,8 @@ + @@ -23,7 +27,7 @@ org.onap.cps cps-parent - 1.1.0-SNAPSHOT + 2.0.0-SNAPSHOT ../cps-parent/pom.xml @@ -61,20 +65,17 @@ io.swagger.core.v3 swagger-annotations - - io.springfox - springfox-boot-starter - - - io.swagger - swagger-annotations - org.codehaus.groovy groovy test + + org.codehaus.groovy + groovy-json + test + org.spockframework spock-core @@ -115,6 +116,7 @@ swagger-codegen-maven-plugin + code-gen generate @@ -135,6 +137,29 @@ + + maven-resources-plugin + + + copy-resources + compile + + copy-resources + + + ${project.basedir}/target/classes/static/api-docs/cps-ncmp + + + ${project.basedir}/target/generated-sources/swagger/ + + openapi.yaml + + + + + + +