X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=8e3537ade1c085ce204ed91a0ca7043f409eb032;hb=18a28b93a3c41df917865ee897bd0f51bed760d6;hp=67713d99efa96bf988085951061cb412d74de0e9;hpb=f9d5f993f6893298e1f2b007fbff80b1f7c0cabe;p=holmes%2Frule-management.git diff --git a/pom.xml b/pom.xml index 67713d9..8e3537a 100644 --- a/pom.xml +++ b/pom.xml @@ -19,12 +19,12 @@ org.onap.oparent oparent - 1.2.0 + 2.1.0 org.onap.holmes.rule-management holmes-rulemgt-parent - 1.2.0 + 1.2.7-SNAPSHOT pom holmes-rule-management @@ -48,14 +48,13 @@ 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.2.5 @@ -65,6 +64,11 @@ target/assembly/${linux64id} target/assembly/${win64id} target/version + + 0.8.5 + + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + @@ -86,7 +90,7 @@ org.onap.holmes.common holmes-actions - 1.2.1 + 1.2.13 io.dropwizard @@ -136,12 +140,6 @@ ${stringtemplate.version} - - org.quartz-scheduler - quartz - ${quartz.version} - - junit junit @@ -165,4 +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 + + + + + +