X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-binding-broker%2Fpom.xml;h=c8cf091c2ae69854e38b468cbe9324e48a3f52ac;hb=f99bc16b0122d2e0577033c76207d358311f1d99;hp=e5a74e42a155fee7a587890fc91b0b9d3e4a9b12;hpb=acd7a3cdef79a6b1fdcf0f68d3beab7422f4e9c7;p=controller.git diff --git a/opendaylight/md-sal/sal-binding-broker/pom.xml b/opendaylight/md-sal/sal-binding-broker/pom.xml index e5a74e42a1..917963fb57 100644 --- a/opendaylight/md-sal/sal-binding-broker/pom.xml +++ b/opendaylight/md-sal/sal-binding-broker/pom.xml @@ -1,280 +1,155 @@ + - 4.0.0 - - org.opendaylight.controller - sal-parent - 1.1-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 - HEAD - + 4.0.0 + + org.opendaylight.controller + mdsal-parent + 1.10.0-SNAPSHOT + ../parent + + + org.opendaylight.controller + sal-binding-broker-impl + 1.10.0-SNAPSHOT + bundle - - - - org.opendaylight.yangtools - yang-maven-plugin - ${yangtools.version} - - - - generate-sources - - - - - - org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator - - ${project.build.directory}/generated-sources/config - - - urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang - - - - - org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl - target/site/models - - - true - - - - - - org.opendaylight.controller - yang-jmx-generator-plugin - 0.2.4-SNAPSHOT - - - org.opendaylight.yangtools - maven-sal-api-gen-plugin - ${yangtools.version} - jar - - - + + + 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.codehaus.mojo - build-helper-maven-plugin - 1.8 - - - add-source - generate-sources - - add-source + + org.opendaylight.controller + sal-test-model + test + + + org.slf4j + slf4j-simple + test + + + + - - - - ${project.build.directory}/generated-sources/config - src/main/xtend-gen - - - - - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - org.opendaylight.controller.sal.binding.osgi.Activator - - org.opendaylight.controller.sal.binding.spi.*, - - - org.opendaylight.controller.config.yang.md.sal.binding.impl, - org.opendaylight.controller.sal.binding.impl, - org.opendaylight.controller.sal.binding.impl.*, - org.opendaylight.controller.sal.binding.codegen, - org.opendaylight.controller.sal.binding.codegen.*, - org.opendaylight.controller.sal.binding.dom.*, - org.opendaylight.controller.sal.binding.osgi.*, - - - - - - org.eclipse.xtend - xtend-maven-plugin - - - maven-clean-plugin - - - org.jacoco - jacoco-maven-plugin - - org.opendaylight.controller.* - - - - pre-test - - prepare-agent - - - - post-test - test - - report - - - - + + 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 + + + + + + - - org.apache.maven.plugins - maven-jar-plugin - - - - 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.1-SNAPSHOT - - - org.opendaylight.controller - sal-common-impl - 1.1-SNAPSHOT - - - org.opendaylight.controller - sal-binding-api - 1.1-SNAPSHOT - - - org.opendaylight.controller - sal-binding-util - 1.1-SNAPSHOT - - - org.slf4j - slf4j-api - - - org.osgi - org.osgi.core - ${osgi.core.version} - provided - - - com.google.guava - guava - - - org.reflections - reflections - 0.9.9-RC1 - compile - - - org.javassist - javassist - - - org.opendaylight.yangtools - binding-generator-impl - - - org.opendaylight.yangtools - yang-parser-impl - test - - - org.opendaylight.controller - sal-core-api - 1.1-SNAPSHOT - - - org.opendaylight.controller - sal-broker-impl - 1.1-SNAPSHOT - compile - - - junit - junit - test - - - org.mockito - mockito-all - test - - - org.eclipse.xtend - org.eclipse.xtend.lib - - - org.opendaylight.controller - sal-binding-config - 1.1-SNAPSHOT - - - org.opendaylight.yangtools - yang-data-impl - - - org.opendaylight.yangtools - yang-model-util - - - org.slf4j - slf4j-simple - ${slf4j.version} - test - - - org.opendaylight.yangtools.model - ietf-inet-types - 2010.09.24.3 - - - org.opendaylight.yangtools.model - ietf-topology-l3-unicast-igp - 2013.10.21.1 - test - - - org.opendaylight.controller.model - model-flow-base - 1.1-SNAPSHOT - - - org.opendaylight.controller.model - model-flow-service - 1.1-SNAPSHOT - - - org.opendaylight.controller.model - model-flow-statistics - 1.1-SNAPSHOT - -