X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=c500043c0e2b0e2e2b17d6f6f087251292679913;hb=d4a60c3b5b5d72164ccf4b081785f933e76836e0;hp=251e63c826446b0176519f53490544d15b797e24;hpb=c782aa5250b32e8aa3c7ecd088f47fd87334a8ef;p=aai%2Frest-client.git diff --git a/pom.xml b/pom.xml index 251e63c..c500043 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai rest-client - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT aai-rest-client @@ -42,6 +42,7 @@ ${project.build.directory}/code-coverage/jacoco-ut.exec false ${project.version} + 0.84 @@ -55,7 +56,7 @@ org.onap.aai.logging-service common-logging - 1.2.2 + 1.5.0 @@ -173,7 +174,7 @@ jacoco-maven-plugin 0.7.7.201606060606 - true + true @@ -186,6 +187,28 @@ + + default-check + + check + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + + + + BUNDLE + + + LINE + COVEREDRATIO + ${jacoco.line.coverage.limit} + + + + + +