X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-rest%2Fpom.xml;h=7f1ff593818b421aaac5cdbbc97031c088ec0f1b;hb=105432686d7b840a0378fadcc32abb73976006bf;hp=8e220221a0a5e4fd522ae7f75ae8feee8878794e;hpb=5e1a5a7bde3a1650b86e2d22edde26520439757f;p=cps.git diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index 8e220221a..7f1ff5938 100755 --- a/cps-rest/pom.xml +++ b/cps-rest/pom.xml @@ -1,3 +1,26 @@ + + + @@ -5,7 +28,7 @@ org.onap.cps cps-parent - 0.0.1-SNAPSHOT + 3.2.3-SNAPSHOT ../cps-parent/pom.xml @@ -16,10 +39,6 @@ ${project.groupId} cps-service - - ${project.groupId} - cps-ri - org.springframework.boot spring-boot-starter-web @@ -32,31 +51,40 @@ org.springframework.boot - spring-boot-starter-jetty + spring-boot-starter-validation org.springframework.boot - spring-boot-starter-actuator + spring-boot-starter-jetty - io.swagger.core.v3 - swagger-annotations + org.springframework.retry + spring-retry - io.springfox - springfox-boot-starter + org.springframework + spring-aspects - io.swagger + io.swagger.core.v3 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 @@ -64,6 +92,11 @@ groovy test + + org.codehaus.groovy + groovy-json + test + org.spockframework spock-core @@ -100,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 @@ -120,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 + + + + + + +