X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-clustering-commons%2Fpom.xml;h=c533cb1e0bf2d666497c64811294d401a5613484;hb=f722659d5c1f6893105d1eb016a2859c08846717;hp=6db4d3a094f43cb80c461418cfd56d54639dd5a2;hpb=6b9c0bb57b65343df31fd68d178821a22afd0fe2;p=controller.git diff --git a/opendaylight/md-sal/sal-clustering-commons/pom.xml b/opendaylight/md-sal/sal-clustering-commons/pom.xml index 6db4d3a094..c533cb1e0b 100644 --- a/opendaylight/md-sal/sal-clustering-commons/pom.xml +++ b/opendaylight/md-sal/sal-clustering-commons/pom.xml @@ -64,6 +64,10 @@ org.opendaylight.yangtools yang-parser-impl + + org.opendaylight.controller + netconf-util + xmlunit @@ -80,6 +84,11 @@ junit test + + org.mockito + mockito-all + test + org.slf4j slf4j-simple @@ -156,6 +165,44 @@ jsr305 2.0.1 + + + com.codahale.metrics + metrics-core + 3.0.1 + + + + + org.jacoco + jacoco-maven-plugin + + + org.opendaylight.controller.* + + + org.opendaylight.controller.protobuff.* + + false + + + + pre-test + + prepare-agent + + + + post-test + + report + + test + + + + +