X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=b84a0fe73cd6514e17239b342b768be6981a09fa;hb=6b0bd6dd535847055eed5fd06c42e0837a18deb3;hp=aa3186178321d6677587d16e174f73a89d546ca1;hpb=aa6f9acfc15b8836bc4b50bd6bdfa1b06c49d321;p=aai%2Fchamp.git diff --git a/pom.xml b/pom.xml index aa31861..b84a0fe 100755 --- a/pom.xml +++ b/pom.xml @@ -32,11 +32,15 @@ limitations under the License. champ aai-champ pom - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT https://nexus.onap.org - 1.2.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} + + + + + + + + @@ -79,6 +111,11 @@ limitations under the License. ${event.client.version} + + org.onap.aai.event-client + event-client-rabbitmq + ${event.client.version} + commons-collections commons-collections @@ -100,7 +137,7 @@ limitations under the License. org.apache.hadoop hadoop-common - 2.7.6 + 2.7.7