X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-rest%2Fpom.xml;h=5a21957cd468952ab61a3eff815590d6ff40fe42;hb=d5bda8848a661465f214b0bf11211e63b272cfd6;hp=5bd223d30172974c7063e6feb85587a06e972175;hpb=b1ccfce0b229d544bf08b1c197a2365b40369796;p=cps.git diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index 5bd223d30..5a21957cd 100755 --- a/cps-rest/pom.xml +++ b/cps-rest/pom.xml @@ -1,129 +1,182 @@ - - 4.0.0 - - org.onap.cps - cps-parent - 0.0.1-SNAPSHOT - ../cps-parent/pom.xml - - - cps-rest - - - 0.51 - - - - - ${project.groupId} - cps-service - - - ${project.groupId} - cps-ri - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-tomcat - - - - - org.springframework.boot - spring-boot-starter-jetty - - - org.springframework.boot - spring-boot-starter-actuator - - - io.swagger.core.v3 - swagger-annotations - - - io.springfox - springfox-boot-starter - - - io.swagger - swagger-annotations - - - org.apache.commons - commons-lang3 - - - org.modelmapper - modelmapper - - - - 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/api/swagger/openapi.yml - org.onap.cps.rest.controller - org.onap.cps.rest.model - org.onap.cps.rest.api - spring - false - - src/gen/java - java11 - true - true - - - - - - - - + + + + + 4.0.0 + + org.onap.cps + cps-parent + 3.0.0-SNAPSHOT + ../cps-parent/pom.xml + + + cps-rest + + + + ${project.groupId} + cps-service + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-tomcat + + + + + org.springframework.boot + spring-boot-starter-validation + + + org.springframework.boot + spring-boot-starter-jetty + + + org.springframework.retry + spring-retry + + + org.springframework + spring-aspects + + + io.swagger.core.v3 + swagger-annotations + + + org.springdoc + springdoc-openapi-ui + 1.5.11 + + + org.apache.commons + commons-lang3 + + + org.mapstruct + mapstruct + + + org.mapstruct + mapstruct-processor + + + + org.codehaus.groovy + groovy + test + + + org.codehaus.groovy + groovy-json + 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 + + + code-gen + + generate + + + ${project.basedir}/docs/openapi/openapi.yml + org.onap.cps.rest.controller + org.onap.cps.rest.model + org.onap.cps.rest.api + spring + false + + src/gen/java + java11 + true + true + + + + + + + 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 + + + + + + + + + +