X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=8e3537ade1c085ce204ed91a0ca7043f409eb032;hb=18a28b93a3c41df917865ee897bd0f51bed760d6;hp=afc656ed82c5946c20228d850db079b81318871d;hpb=fb0bf963239aaacf19280843f825174e68d41eab;p=holmes%2Frule-management.git diff --git a/pom.xml b/pom.xml index afc656e..8e3537a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,4 @@ - + - + 4.0.0 org.onap.oparent oparent - 0.1.1 + 2.1.0 org.onap.holmes.rule-management holmes-rulemgt-parent - 1.1.0-SNAPSHOT + 1.2.7-SNAPSHOT pom holmes-rule-management @@ -49,15 +48,14 @@ 3.2.1 - 1.3.0 + 1.3.9 0.9.9 1.5.3 1.16.8 2.22.2 5.0 1.7.25 - 2.2.1 - 42.1.1 + 42.2.5 onap-holmes-rulemgt @@ -66,6 +64,11 @@ target/assembly/${linux64id} target/assembly/${win64id} target/version + + 0.8.5 + + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + @@ -87,7 +90,7 @@ org.onap.holmes.common holmes-actions - 1.1.0-SNAPSHOT + 1.2.13 io.dropwizard @@ -137,12 +140,6 @@ ${stringtemplate.version} - - org.quartz-scheduler - quartz - ${quartz.version} - - junit junit @@ -166,5 +163,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 + + + + + + +