X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=6738052a1c6365f76b7fe8481abb80cb7883aebf;hb=aa96befb67370641ba50b745ce3408dedaee90c8;hp=8135422e4a0953e262cfe77ec5af3eaccaebeef0;hpb=e44087456f6b74b61183ff783db6333eb1fe4dd4;p=holmes%2Fcommon.git diff --git a/pom.xml b/pom.xml index 8135422..6738052 100644 --- a/pom.xml +++ b/pom.xml @@ -13,14 +13,14 @@ org.onap.oparent oparent - 1.2.2 + 2.1.0 org.onap.holmes.common holmes-common-parent pom - 1.2.6 + 1.2.13-SNAPSHOT holmes-common holmes-actions @@ -44,7 +44,11 @@ 1.16.8 2.22.2 1.7.25 - 2.2.1 + + 0.8.5 + + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + @@ -102,11 +106,6 @@ stringtemplate ${stringtemplate.version} - - org.quartz-scheduler - quartz - ${quartz.version} - junit junit @@ -175,7 +174,40 @@ httpclient 4.5.3 + + com.google.guava + guava + 27.1-jre + + + + + + 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 + + + + + +