X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=ed2637e1ab5ee3516ed25291e54b33958fead205;hb=d1a8f8ff686326708829e51878b8c87643ff91a9;hp=a4849b8db86ae3cf0731978d78b83624fc4ba019;hpb=c6dfb11250749a9229236beb5085bc484f8b6363;p=aai%2Fchamp.git diff --git a/pom.xml b/pom.xml index a4849b8..ed2637e 100755 --- a/pom.xml +++ b/pom.xml @@ -32,11 +32,15 @@ limitations under the License. champ aai-champ pom - 1.4.0-SNAPSHOT + 1.4.1-SNAPSHOT https://nexus.onap.org - 1.3.1 + 1.4.0 + + 0.57 + ${project.build.directory}/code-coverage @@ -55,6 +59,34 @@ limitations under the License. true + + org.jacoco + jacoco-maven-plugin + + + default-check + + check + + + ${jacoco.report.directory}/jacoco-ut.exec + + + + BUNDLE + + + LINE + COVEREDRATIO + ${jacoco.line.coverage.limit} + + + + + + + + @@ -105,7 +137,7 @@ limitations under the License. org.apache.hadoop hadoop-common - 2.7.6 + 2.7.7