X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-clustering-commons%2Fpom.xml;h=c533cb1e0bf2d666497c64811294d401a5613484;hb=refs%2Fchanges%2F68%2F10268%2F9;hp=a904d6a3ba361788883bebf5ad25ef48199f35d9;hpb=61e5eb60562051fa0429ba126301c0e325dcb723;p=controller.git diff --git a/opendaylight/md-sal/sal-clustering-commons/pom.xml b/opendaylight/md-sal/sal-clustering-commons/pom.xml index a904d6a3ba..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 @@ -163,5 +172,37 @@ 3.0.1 + + + + org.jacoco + jacoco-maven-plugin + + + org.opendaylight.controller.* + + + org.opendaylight.controller.protobuff.* + + false + + + + pre-test + + prepare-agent + + + + post-test + + report + + test + + + + +