X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-rest%2Fpom.xml;h=49e3254e361f4f93a8f820fd5780af80d67c4e51;hb=0d7bf6913ab9db89c474c2bfe30a48ccc130e462;hp=9e169503435467cce3cdfa4e36d98be1cf03bd80;hpb=c4bc42b17f3be44c214610cd71b27efe999baefa;p=cps.git diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index 9e1695034..49e3254e3 100755 --- a/cps-rest/pom.xml +++ b/cps-rest/pom.xml @@ -1,6 +1,8 @@ + @@ -24,7 +28,7 @@ org.onap.cps cps-parent - 1.0.0-SNAPSHOT + 3.0.1-SNAPSHOT ../cps-parent/pom.xml @@ -54,28 +58,33 @@ 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 commons-lang3 - org.modelmapper - modelmapper + org.mapstruct + mapstruct + + + org.mapstruct + mapstruct-processor @@ -83,6 +92,11 @@ groovy test + + org.codehaus.groovy + groovy-json + test + org.spockframework spock-core @@ -109,11 +123,6 @@ - - org.springframework.security - spring-security-test - test - @@ -124,11 +133,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 +154,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 + + + + + + +