X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=standalone%2Fpom.xml;h=5fdb4d9560b8f5545e51f02cc2f0a3db591419e6;hb=93e41b00cdf6daaabdfcd84e8985bf7b3a6cc59f;hp=f410429db0f129178bbe0305d690271a92064363;hpb=e45b6a2c0f8efcbf73ece25bfebbec8d6624525e;p=ccsdk%2Fparent.git diff --git a/standalone/pom.xml b/standalone/pom.xml index f410429d..5fdb4d95 100755 --- a/standalone/pom.xml +++ b/standalone/pom.xml @@ -1,34 +1,53 @@ - + + 4.0.0 + + org.onap.oparent + oparent + 3.1.0 + + - 4.0.0 - pom org.onap.ccsdk.parent standalone-parent - 1.5.0-SNAPSHOT - + 2.5.1-SNAPSHOT + pom - http://wiki.onap.org ONAP :: ${project.groupId} :: ${project.artifactId} Root POM to be used in place of oparent for CCSDK based projects - - - org.onap.oparent - oparent - 2.0.0 - + http://wiki.onap.org + + ONAP + JIRA https://jira.onap.org/ + + + ecomp-releases + ${onap.nexus.release-url} + + + ecomp-snapshots + ${onap.nexus.snapshot-url} + + + + 3.7.0.1746 + 3.2 + jacoco + + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml,${project.reporting.outputDirectory}/jacoco-it/jacoco.xml + + **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** - + + 0.8.5 https://nexus.onap.org nexus.onap.org @@ -41,30 +60,21 @@ ecomp-staging 176c31dfe190a - 1.8 1.8 2.5.0 true + 2.17.1 + 2.17.1 + 2.7.2 + 2.12.4 + 2.3 + 1.1.12 + 1.4.1 + 1.6.5 - java - jacoco - ${project.build.directory}/surefire-reports - true - ${project.version} - - - - 2.1.1 - 2.9.8 - 2.0 - - 1.1.5 - 1.4.0 - 1.5.1 - - + direct-dependencies.txt @@ -89,12 +99,22 @@ org.slf4j slf4j-api - 1.7.21 + 1.7.29 + + + org.apache.logging.log4j + log4j-api + 2.17.1 + + + org.apache.logging.log4j + log4j-core + 2.17.1 org.apache.logging.log4j log4j-slf4j-impl - 2.11.2 + 2.17.1 com.fasterxml.jackson.core @@ -119,13 +139,13 @@ junit junit - 4.12 + 4.13.2 test org.mockito mockito-core - 1.10.19 + 3.12.4 test @@ -146,7 +166,7 @@ onap-public - https://nexus.onap.org/content/groups/public + ${onap.nexus.public-url} true never @@ -158,7 +178,7 @@ onap-staging - https://nexus.onap.org/content/groups/staging + ${onap.nexus.staging-url} true never @@ -171,7 +191,7 @@ ecomp-release onap-repository-releases - https://nexus.onap.org/content/repositories/releases + ${onap.nexus.release-url} true never @@ -183,7 +203,7 @@ ecomp-snapshot onap-repository-snapshots - https://nexus.onap.org/content/repositories/snapshots + ${onap.nexus.snapshot-url} false @@ -192,10 +212,177 @@ - + + + onap-public + ${onap.nexus.public-url} + + true + + + true + + + + onap-staging + ${onap.nexus.staging-url} + + true + + + true + + + + onap-snapshot + ${onap.nexus.snapshot-url} + + false + + + true + + + + + JCenter + JCenter Repository + http://jcenter.bintray.com + + + Restlet + Restlet Repository + http://maven.restlet.com + + + + + + org.apache.maven.plugins + maven-deploy-plugin + + 2.8 + + + true + + + + com.github.ferstl + depgraph-maven-plugin + 3.3.0 + + text + ${dependency-list.file} + ${project.basedir} + * + true + true + + + + + + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + pre-unit-test + + prepare-agent + + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + + surefireArgLine + + + + + post-unit-test + test + + report + + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + + ${project.reporting.outputDirectory}/jacoco-ut + + + + pre-integration-test + pre-integration-test + + prepare-agent + + + + ${project.build.directory}/code-coverage/jacoco-it.exec + + failsafeArgLine + + + + + post-integration-test + post-integration-test + + report + + + + ${project.build.directory}/code-coverage/jacoco-it.exec + + ${project.reporting.outputDirectory}/jacoco-it + + + + default-prepare-agent + + prepare-agent + + + + default-report + prepare-package + + report + + + + default-check + + check + + + + + PACKAGE + + + COMPLEXITY + COVEREDRATIO + 0.0 + + + + + + + + org.codehaus.mojo versions-maven-plugin @@ -206,7 +393,43 @@ - - ONAP - + + + + sonar-jacoco-aggregate + + + onap.jacoco.aggregateFile + + + + + + org.jacoco + jacoco-maven-plugin + + + merge + + merge + + generate-resources + + ${onap.jacoco.aggregateFile} + + + ${project.basedir} + + **/target/code-coverage/*.exec + + + + + + + + + + +