X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-rest%2Fpom.xml;h=49e3254e361f4f93a8f820fd5780af80d67c4e51;hb=0d7bf6913ab9db89c474c2bfe30a48ccc130e462;hp=4f8746a3661f8dd59ab989685f4a941da293d4f3;hpb=7f6616e5d7e2759bc21fad0e363e4e356a8ec8f9;p=cps.git diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml old mode 100644 new mode 100755 index 4f8746a36..49e3254e3 --- a/cps-rest/pom.xml +++ b/cps-rest/pom.xml @@ -1,92 +1,182 @@ - - 4.0.0 - - org.onap.cps - cps-parent - 0.0.1-SNAPSHOT - ../cps-parent/pom.xml - - - cps-rest - - - - ${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 - - - - org.springframework.boot - spring-boot-starter-test - test - - - org.junit.vintage - junit-vintage-engine - - - - - - org.codehaus.groovy - groovy - test - - - org.spockframework - spock-core - test - - - cglib - cglib-nodep - test - - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - - io.swagger.codegen.v3 - swagger-codegen-maven-plugin - - - - + + + + + 4.0.0 + + org.onap.cps + cps-parent + 3.0.1-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 + + + + + + + + + +