X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-rest%2Fpom.xml;h=20870c369e6e197372c0144835e2238465640a0f;hb=ee1ca9a51fb57c33814e21785ce98f8b563f44f8;hp=a2f10d542d7d5fcf054293239eb5c6b9d24f53df;hpb=dbffd9196b8636c5302cade1258ef347e9f99445;p=cps.git diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index a2f10d542..20870c369 100755 --- a/cps-rest/pom.xml +++ b/cps-rest/pom.xml @@ -1,3 +1,4 @@ + @@ -24,7 +27,7 @@ org.onap.cps cps-parent - 1.1.0-SNAPSHOT + 3.0.0-SNAPSHOT ../cps-parent/pom.xml @@ -54,20 +57,21 @@ spring-boot-starter-jetty - org.springframework.boot - spring-boot-starter-security + org.springframework.retry + spring-retry - io.swagger.core.v3 - swagger-annotations + org.springframework + spring-aspects - io.springfox - springfox-boot-starter + io.swagger.core.v3 + swagger-annotations - io.swagger - swagger-annotations + org.springdoc + springdoc-openapi-ui + 1.5.11 org.apache.commons @@ -83,6 +87,11 @@ groovy test + + org.codehaus.groovy + groovy-json + test + org.spockframework spock-core @@ -109,11 +118,6 @@ - - org.springframework.security - spring-security-test - test - @@ -124,11 +128,12 @@ swagger-codegen-maven-plugin + code-gen generate - ${project.basedir}/docs/api/swagger/openapi.yml + ${project.basedir}/docs/openapi/openapi.yml org.onap.cps.rest.controller org.onap.cps.rest.model org.onap.cps.rest.api @@ -144,6 +149,29 @@ + + maven-resources-plugin + + + copy-resources + compile + + copy-resources + + + ${project.basedir}/target/classes/static/api-docs/cps-core + + + ${project.basedir}/target/generated-sources/swagger/ + + openapi.yaml + + + + + + +