X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=2b794ef8fd82ba67d18e28053cd80096ed746fba;hb=81ca3e9b760f419ed914b83a8ac41766fc8fe6b1;hp=f14e7215c3aa3299cce11830587871efb7f53c60;hpb=8594ff7912ea68555b816985caedcb3383e93953;p=aai%2Fgizmo.git diff --git a/pom.xml b/pom.xml index f14e721..2b794ef 100644 --- a/pom.xml +++ b/pom.xml @@ -41,6 +41,10 @@ limitations under the License. 1.4.0 1.4.0 1.3.1 + + 0.60 + ${project.build.directory}/code-coverage @@ -49,7 +53,7 @@ limitations under the License. org.springframework.boot spring-boot-dependencies - 1.5.19.RELEASE + 1.5.20.RELEASE pom import @@ -540,7 +544,35 @@ limitations under the License. - + + org.jacoco + jacoco-maven-plugin + + + default-check + + check + + + ${jacoco.report.directory}/jacoco-ut.exec + + + + BUNDLE + + + LINE + COVEREDRATIO + ${jacoco.line.coverage.limit} + + + + + + + + +