X-Git-Url: https://gerrit.onap.org/r/gitweb?p=multicloud%2Fframework.git;a=blobdiff_plain;f=artifactbroker%2Fpom.xml;h=0fcfc54081feb79e589ab98e2638acb971411cb6;hp=e28b65645ed59d355ee46746135ea2667f6cd415;hb=HEAD;hpb=f0944b0dffa4904161cf40d5da13d5d2d34b0cbe diff --git a/artifactbroker/pom.xml b/artifactbroker/pom.xml index e28b656..7cd8c94 100644 --- a/artifactbroker/pom.xml +++ b/artifactbroker/pom.xml @@ -12,18 +12,17 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. --> - + + org.onap.multicloud.framework multicloud-framework - 1.3.0-SNAPSHOT - + 1.8.3-SNAPSHOT 4.0.0 + org.onap.multicloud.framework multicloud-framework-artifactbroker - 1.3.0-SNAPSHOT + 1.9.1-SNAPSHOT pom multicloud-framework-artifactbroker artifact broker @@ -35,8 +34,12 @@ 1.2.3 1.3.4 1.3.5 + java + + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + + 2.0.0 - model main @@ -45,6 +48,21 @@ plugins packages + + + + org.onap.sdc.sdc-distribution-client + sdc-distribution-client + ${sdc-dist-client-version} + + + org.slf4j + slf4j-log4j12 + + + + + junit @@ -53,14 +71,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 @@ -87,10 +100,35 @@ capabilities ${policy.common.version} + + com.fasterxml.jackson.core + jackson-databind + 2.12.3 + + + com.fasterxml.jackson.core + jackson-core + 2.12.3 + + + org.json + json + 20160810 + org.onap.policy.common policy-endpoints ${policy.common.version} + + + com.fasterxml.jackson.core + jackson-databind + + + org.json + json + + org.onap.policy.common @@ -108,9 +146,38 @@ 2.8.4 - + + 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 @@ -121,7 +188,7 @@ prepare-agent - ${sonar.jacoco.reportPath} + ${sonar.coverage.jacoco.xmlReportPaths} true @@ -132,7 +199,7 @@ report - ${sonar.jacoco.reportPath} + ${sonar.coverage.jacoco.xmlReportPaths} @@ -147,11 +214,7 @@ process-sources - onap-checkstyle/onap-java-style.xml - ${project.build.sourceDirectory} true true @@ -160,7 +223,7 @@ true true - warning + error @@ -173,6 +236,13 @@ + + org.codehaus.mojo + versions-maven-plugin + + false + + @@ -181,8 +251,6 @@ jacoco-maven-plugin ${jacoco.version} - **/gen/** **/generated-sources/** @@ -191,19 +259,15 @@ - pre-unit-test prepare-agent - ${sonar.jacoco.reportPath} + ${sonar.coverage.jacoco.xmlReportPaths} - post-unit-test test @@ -211,7 +275,7 @@ report - ${sonar.jacoco.reportPath} + ${sonar.coverage.jacoco.xmlReportPaths} @@ -220,4 +284,3 @@ -