X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=f419c147580684dadf64a2c0c7d4aa842c0562ca;hb=e272b13d2522009aece85d9df3d9bf72cb017287;hp=d75d464024b73524ae93deda8963324154d8dfa3;hpb=c55075a674d4ec62858370a7cd40f3775991612d;p=holmes%2Fengine-management.git diff --git a/pom.xml b/pom.xml index d75d464..f419c14 100644 --- a/pom.xml +++ b/pom.xml @@ -21,12 +21,12 @@ org.onap.oparent oparent - 1.2.0 + 2.1.0 org.onap.holmes.engine-management holmes-engine-parent - 1.2.2-SNAPSHOT + 1.2.6-SNAPSHOT pom holmes-engine-management @@ -47,14 +47,13 @@ 3.2.1 42.2.5 - 1.3.0 + 1.3.9 1.5.3 1.16.8 2.22.2 5.0 1.7.25 0.9.9 - 2.2.1 onap-holmes-engine-d linux64 @@ -62,6 +61,11 @@ target/assembly/${linux64id} target/assembly/${win64id} target/version + + 0.8.5 + + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + @@ -94,12 +98,7 @@ org.onap.holmes.common holmes-actions - 1.2.5 - - - org.onap.holmes.dsa - dmaap-dsa - 1.2.1 + 1.2.13 io.dropwizard @@ -141,12 +140,6 @@ ${stringtemplate.version} - - org.quartz-scheduler - quartz - ${quartz.version} - - junit junit @@ -182,5 +175,32 @@ + + + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + prepare-agent + + prepare-agent + + + + report + + report + + + ${project.build.directory}/code-coverage/jacoco.exec + ${project.reporting.outputDirectory}/jacoco-ut + + + + + +