X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-parent%2Fpom.xml;h=a51d6943a3357b661057230fa04c373b963d2eec;hb=4bee6edd2dcf1b2ada3a808ae19b003c684025cd;hp=a341ea9af7f53916820d3989f9bd6bb9da868f2d;hpb=a401e7264b37ed9cbc75795d2196fcb4fe21a121;p=cps.git diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index a341ea9af..a51d6943a 100755 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -32,38 +32,17 @@ org.onap.cps cps-parent - 1.1.0-SNAPSHOT + 2.1.0-SNAPSHOT pom org.onap.cps.Application 11 - 1.1.1 - 0.9 - 3.1.0 - 4.1.3 - 1.8.0-beta4 - 1.5.0 - 4.2.0 - 2.3.3.RELEASE - 3.0.18 + 0.97 ${project.reporting.outputDirectory}/jacoco-aggregate - ../cps-ri/target/site/jacoco-ut/jacoco.xml, - ../cps-ri/target/site/jacoco-aggregate/jacoco.xml, - ../cps-service/target/site/jacoco-ut/jacoco.xml, - ../cps-service/target/site/jacoco-aggregate/jacoco.xml, - ../cps-rest/target/site/jacoco-ut/jacoco.xml, - ../cps-rest/target/site/jacoco-aggregate/jacoco.xml, - ../cps-ncmp-service/target/site/jacoco-ut/jacoco.xml, - ../cps-ncmp-service/target/site/jacoco-aggregate/jacoco.xml, - ../cps-ncmp-rest/target/site/jacoco-ut/jacoco.xml, - ../cps-ncmp-rest/target/site/jacoco-aggregate/jacoco.xml, - ../cps-path-parser/target/site/jacoco-ut/jacoco.xml, - ../cps-path-parser/target/site/jacoco-aggregate/jacoco.xml, - ../cps-application/target/site/jacoco-ut/jacoco.xml, - ../cps-application/target/site/jacoco-aggregate/jacoco.xml + ../jacoco-report/target/site/jacoco-aggregate/jacoco.xml @@ -111,7 +90,7 @@ org.springframework.boot spring-boot-maven-plugin - ${spring-boot-maven-plugin.version} + 2.3.3.RELEASE @@ -121,21 +100,39 @@ + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M5 + io.swagger.codegen.v3 swagger-codegen-maven-plugin - ${swagger-codegen-maven-plugin.version} + 3.0.27 + + + openapi-yaml-gen + + generate + + compile + + ${project.basedir}/docs/openapi/openapi.yml + openapi-yaml + + + com.github.spotbugs spotbugs-maven-plugin - ${spotbugs-maven-plugin.version} + 4.1.3 com.github.spotbugs spotbugs - ${spotbugs.version} + 4.2.0 ${project.groupId} @@ -146,7 +143,7 @@ org.slf4j slf4j-simple - ${spotbugs.slf4j.version} + 1.8.0-beta4 @@ -191,7 +188,7 @@ org.jsonschema2pojo jsonschema2pojo-maven-plugin - ${jsonschema2pojo-maven-plugin.version} + 1.1.1 ${java.version} @@ -280,7 +277,7 @@ org.onap.oparent checkstyle - ${oparent.version} + 3.1.0 ${project.groupId} @@ -327,7 +324,7 @@ see https://www.testcontainers.org/features/configuration/#disabling-ryuk --> true - ${docker.pull.registry}/library/ + ${docker.pull.registry}/ @@ -336,8 +333,10 @@ jacoco-maven-plugin + org/onap/cps/event/model/* org/onap/cps/rest/model/* org/onap/cps/cpspath/parser/antlr4/* + org/onap/cps/ncmp/rest/model/* @@ -368,18 +367,6 @@ - - report - - report-aggregate - - verify - - - **/code-coverage/jacoco-ut.exec - - -