X-Git-Url: https://gerrit.onap.org/r/gitweb?p=multicloud%2Fframework.git;a=blobdiff_plain;f=artifactbroker%2Fpom.xml;h=53d64265d2d4b3a2d27a8b5d1e4965766cf4ed08;hp=e28b65645ed59d355ee46746135ea2667f6cd415;hb=e6a4b2a5809b359397730f2ae3517a3ffc5204a4;hpb=f0944b0dffa4904161cf40d5da13d5d2d34b0cbe diff --git a/artifactbroker/pom.xml b/artifactbroker/pom.xml index e28b656..53d6426 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.5.1-SNAPSHOT 4.0.0 + org.onap.multicloud.framework multicloud-framework-artifactbroker - 1.3.0-SNAPSHOT + 1.5.1-SNAPSHOT pom multicloud-framework-artifactbroker artifact broker @@ -35,8 +34,11 @@ 1.2.3 1.3.4 1.3.5 + java + + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + - model main @@ -87,10 +89,30 @@ capabilities ${policy.common.version} + + com.fasterxml.jackson.core + jackson-databind + 2.9.8 + + + 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,7 +130,6 @@ 2.8.4 - @@ -121,7 +142,7 @@ prepare-agent - ${sonar.jacoco.reportPath} + ${sonar.coverage.jacoco.xmlReportPaths} true @@ -132,7 +153,7 @@ report - ${sonar.jacoco.reportPath} + ${sonar.coverage.jacoco.xmlReportPaths} @@ -147,11 +168,7 @@ process-sources - onap-checkstyle/onap-java-style.xml - ${project.build.sourceDirectory} true true @@ -160,7 +177,7 @@ true true - warning + error @@ -181,8 +198,6 @@ jacoco-maven-plugin ${jacoco.version} - **/gen/** **/generated-sources/** @@ -191,19 +206,15 @@ - pre-unit-test prepare-agent - ${sonar.jacoco.reportPath} + ${sonar.coverage.jacoco.xmlReportPaths} - post-unit-test test @@ -211,7 +222,7 @@ report - ${sonar.jacoco.reportPath} + ${sonar.coverage.jacoco.xmlReportPaths} @@ -220,4 +231,3 @@ -