X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-rest%2Fpom.xml;h=a2f10d542d7d5fcf054293239eb5c6b9d24f53df;hb=3de08a9590b5590d5961d9e4047751760043307e;hp=3a82ca37707416b0a2c357ee81ca9e1515d43649;hpb=48830f146f6776afa180fefa101788b169bc841a;p=cps.git diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index 3a82ca377..a2f10d542 100755 --- a/cps-rest/pom.xml +++ b/cps-rest/pom.xml @@ -1,103 +1,149 @@ - - 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 + + + org.springframework.boot + spring-boot-starter-security + + + 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 + + + + + org.springframework.security + spring-security-test + test + + + + + + + + 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 + + + + + + + +