X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-binding-broker%2Fpom.xml;h=29357c04328a056c107af1671b35228970060979;hb=f99bc16b0122d2e0577033c76207d358311f1d99;hp=e0721dffdf1ae56d6114950158b9b1ccb8ceda24;hpb=074b70566f57a3234f4426e6ae7cd6d700c50cf2;p=controller.git diff --git a/opendaylight/md-sal/sal-binding-broker/pom.xml b/opendaylight/md-sal/sal-binding-broker/pom.xml index e0721dffdf..917963fb57 100644 --- a/opendaylight/md-sal/sal-binding-broker/pom.xml +++ b/opendaylight/md-sal/sal-binding-broker/pom.xml @@ -1,102 +1,155 @@ - - 4.0.0 - - org.opendaylight.controller - sal-parent - 1.0-SNAPSHOT - - sal-binding-broker-impl - bundle - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - + + + 4.0.0 + + org.opendaylight.controller + mdsal-parent + 1.10.0-SNAPSHOT + ../parent + - - - - org.apache.felix - maven-bundle-plugin - ${bundle.plugin.version} - true - - - ${project.groupId}.${project.artifactId} - org.opendaylight.controller.sal.binding.impl.BrokerActivator - - org.opendaylight.controller.sal.binding.impl, - org.opendaylight.controller.sal.binding.impl.*, - org.opendaylight.controller.sal.binding.codegen.*, - org.eclipse.xtend2.lib, - org.eclipse.xtend.lib, - org.eclipse.xtext.xbase.* - - - - - - org.eclipse.xtend - xtend-maven-plugin - - - maven-clean-plugin - - - + org.opendaylight.controller + sal-binding-broker-impl + 1.10.0-SNAPSHOT + bundle + + + + org.opendaylight.controller + sal-binding-api + + + org.opendaylight.controller + sal-binding-util + + + org.opendaylight.controller + sal-broker-impl + compile + + + org.opendaylight.controller + sal-common-impl + + + org.opendaylight.controller + sal-common-util + + + org.opendaylight.controller + sal-core-api + + + org.opendaylight.mdsal + mdsal-binding-generator-impl + + + org.opendaylight.mdsal + mdsal-binding-dom-codec + + + org.opendaylight.mdsal + mdsal-binding-dom-adapter + + + org.opendaylight.yangtools + yang-data-impl + + + org.opendaylight.yangtools + yang-model-util + + + org.opendaylight.controller + sal-inmemory-datastore + + + + org.slf4j + slf4j-api + + + org.osgi + org.osgi.core + provided + + + org.mockito + mockito-core + test + + + com.google.truth + truth + test + + + + org.opendaylight.controller + sal-test-model + test + + + org.slf4j + slf4j-simple + test + + + + + + + + org.apache.felix + maven-bundle-plugin + true + + + ${project.groupId}.${project.artifactId} + + org.opendaylight.controller.sal.binding.impl, + org.opendaylight.controller.md.sal.binding.impl, + org.opendaylight.controller.md.sal.binding.compat, + org.opendaylight.controller.md.sal.binding.spi, + org.opendaylight.controller.sal.binding.codegen.impl, + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + test-jar + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + verify + + test-jar + + + + + + + + + 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 + - - - org.opendaylight.controller - sal-common-util - 1.0-SNAPSHOT - - - org.opendaylight.controller - sal-binding-api - 1.0-SNAPSHOT - - - org.slf4j - slf4j-api - - - org.osgi - org.osgi.core - ${osgi.core.version} - - - com.google.guava - guava - - - org.reflections - reflections - 0.9.9-RC1 - - - org.javassist - javassist - 3.17.1-GA - - - junit - junit - test - - - org.mockito - mockito-all - test - - - org.eclipse.xtend - org.eclipse.xtend.lib - - - junit - junit - -