X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fpom.xml;h=3af98c0a576e4c0f564fd84e140b528bf57d3f72;hp=b9446330177b68dbcf530d26ff40bdfee657541b;hb=1b0f84c4957e464bad6f7cb7350a8171c3d1621b;hpb=aa77e20225cc04235315892cf148393149cbf8fc diff --git a/opendaylight/md-sal/sal-distributed-datastore/pom.xml b/opendaylight/md-sal/sal-distributed-datastore/pom.xml index b944633017..3af98c0a57 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/pom.xml +++ b/opendaylight/md-sal/sal-distributed-datastore/pom.xml @@ -3,10 +3,13 @@ 4.0.0 org.opendaylight.controller - sal-parent - 1.5.0-SNAPSHOT + config-parent + 0.8.0-SNAPSHOT + ../../config/config-parent + sal-distributed-datastore + 1.7.0-SNAPSHOT bundle @@ -18,7 +21,7 @@ org.mockito - mockito-all + mockito-core test @@ -110,6 +113,16 @@ org.opendaylight.controller cds-access-client + + org.opendaylight.controller + cds-access-client + test-jar + test + + + org.opendaylight.controller + cds-dom-api + org.opendaylight.controller sal-akka-raft-example @@ -154,6 +167,18 @@ org.opendaylight.mdsal mdsal-eos-dom-api + + org.opendaylight.mdsal + mdsal-dom-spi + + + org.opendaylight.mdsal + mdsal-dom-inmemory-datastore + + + org.opendaylight.mdsal + mdsal-dom-broker + org.opendaylight.controller sal-core-spi @@ -183,11 +208,23 @@ org.opendaylight.yangtools yang-data-impl + + org.opendaylight.yangtools + yang-data-codec-xml + + + org.opendaylight.yangtools + triemap + org.apache.commons commons-lang3 + + org.opendaylight.yangtools + yang-test-util + @@ -202,37 +239,17 @@ org.opendaylight.controller.cluster.datastore; org.opendaylight.controller.cluster.datastore.config; + org.opendaylight.controller.cluster.datastore.exceptions; org.opendaylight.controller.cluster.datastore.messages; + org.opendaylight.controller.cluster.datastore.persisted; org.opendaylight.controller.cluster.datastore.utils; + org.opendaylight.controller.cluster.sharding; + org.opendaylight.controller.cluster.databroker.actors.dds; - !*snappy; - !org.jboss.*; - !com.jcraft.*; - !*jetty*; - !sun.security.*; *; org.opendaylight.controller.md.sal.dom.broker.impl.jmx - @@ -249,68 +266,42 @@ - org.jacoco - jacoco-maven-plugin + org.apache.maven.plugins + maven-checkstyle-plugin - - org.opendaylight.controller.* - - - - org.opendaylight.controller.config.yang.config.* - - false + checkstyle.violationSeverity=error - - - pre-test - - prepare-agent - - - - post-test - - report - - test - - - org.opendaylight.yangtools - yang-maven-plugin - - - config - - generate-sources - - - - - org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator - ${jmxGeneratorPath} - - urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang - - - - org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl - ${salGeneratorPath} - - - true - - - + org.codehaus.mojo + findbugs-maven-plugin + + true + + scm:git:http://git.opendaylight.org/gerrit/controller.git scm:git:ssh://git.opendaylight.org:29418/controller.git HEAD https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL:Architecture:Clustering + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + +