X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=artifactbroker%2Fpom.xml;h=492531788b75b9751c9da957b545dafcf3a7a71b;hb=aee2986329a6ec2c6bf110b77f58eba7525645ed;hp=b8ec7741ad915192129a06ac62949de5bdba6e90;hpb=8b38222e46064156985f0e6425207479fd2c975e;p=multicloud%2Fframework.git diff --git a/artifactbroker/pom.xml b/artifactbroker/pom.xml index b8ec774..4925317 100644 --- a/artifactbroker/pom.xml +++ b/artifactbroker/pom.xml @@ -15,15 +15,14 @@ - org.onap.oparent - oparent - 1.2.0 - ../oparent + org.onap.multicloud.framework + multicloud-framework + 1.7.2-SNAPSHOT 4.0.0 org.onap.multicloud.framework multicloud-framework-artifactbroker - 1.3.4-SNAPSHOT + 1.7.2-SNAPSHOT pom multicloud-framework-artifactbroker artifact broker @@ -35,6 +34,10 @@ 1.2.3 1.3.4 1.3.5 + java + + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + model @@ -52,14 +55,9 @@ test - org.slf4j - slf4j-ext - 1.8.0-beta2 - - - org.slf4j - slf4j-api - 1.7.25 + org.apache.logging.log4j + log4j-api + 2.16.0 ch.qos.logback @@ -89,7 +87,12 @@ com.fasterxml.jackson.core jackson-databind - 2.9.8 + 2.12.3 + + + com.fasterxml.jackson.core + jackson-core + 2.12.3 org.json @@ -129,6 +132,36 @@ + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.0 + + 11 + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-versions + + enforce + + + + + 3.0.5 + + + 11 + + + + + + org.jacoco jacoco-maven-plugin @@ -139,7 +172,7 @@ prepare-agent - ${sonar.jacoco.reportPath} + ${sonar.coverage.jacoco.xmlReportPaths} true @@ -150,7 +183,7 @@ report - ${sonar.jacoco.reportPath} + ${sonar.coverage.jacoco.xmlReportPaths} @@ -187,6 +220,13 @@ + + org.codehaus.mojo + versions-maven-plugin + + false + + @@ -209,7 +249,7 @@ prepare-agent - ${sonar.jacoco.reportPath} + ${sonar.coverage.jacoco.xmlReportPaths} @@ -219,7 +259,7 @@ report - ${sonar.jacoco.reportPath} + ${sonar.coverage.jacoco.xmlReportPaths}