X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-rest%2Fpom.xml;h=ce304f33287f87025ece992c43f811a2b0ed0b85;hb=efc0d686653858cf0d47c5a4ebb78e6838a52b57;hp=3a82ca37707416b0a2c357ee81ca9e1515d43649;hpb=48830f146f6776afa180fefa101788b169bc841a;p=cps.git diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index 3a82ca377..ce304f332 100755 --- a/cps-rest/pom.xml +++ b/cps-rest/pom.xml @@ -1,103 +1,140 @@ - - 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.apache.commons - commons-lang3 - - - org.modelmapper - modelmapper - - - 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 - - - com.google.cloud.tools - jib-maven-plugin - - - - io.swagger.codegen.v3 - swagger-codegen-maven-plugin - - - - + + + + 4.0.0 + + org.onap.cps + cps-parent + 1.1.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 + + + 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 + + + + + + + +