X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-binding-broker%2Fpom.xml;h=6a4cbf5facf225ed28d1b593d1bf5a91193d2fc2;hb=e35d98a33c70782ac40e43a05864a25d1984ff33;hp=0f490ebe15db9530302c174cfe07eb2d586c0220;hpb=335aee8c6154a25c76503223e636398d32135bc9;p=controller.git diff --git a/opendaylight/md-sal/sal-binding-broker/pom.xml b/opendaylight/md-sal/sal-binding-broker/pom.xml index 0f490ebe15..6a4cbf5fac 100644 --- a/opendaylight/md-sal/sal-binding-broker/pom.xml +++ b/opendaylight/md-sal/sal-binding-broker/pom.xml @@ -1,277 +1,188 @@ - - 4.0.0 - + + + 4.0.0 + + org.opendaylight.odlparent + bundle-parent + 3.1.4 + + + + org.opendaylight.controller + sal-binding-broker-impl + 1.7.4 + bundle + + + + + org.opendaylight.yangtools + yangtools-artifacts + 2.0.6.5 + pom + import + + + org.opendaylight.mdsal + mdsal-artifacts + 2.4.4 + pom + import + + 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 - + mdsal-artifacts + 1.7.4 + pom + import + + + - - - - 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.3-SNAPSHOT - - - org.opendaylight.yangtools - maven-sal-api-gen-plugin - 0.6.0-SNAPSHOT - jar - - - + + + com.google.guava + guava + + + org.javassist + javassist + + + 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.slf4j + slf4j-api + + + org.osgi + org.osgi.core + provided + + + junit + junit + test + + + 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 - - - - ${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.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.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.opendaylight.controller + sal-test-model + test + + + org.slf4j + slf4j-simple + test + + + + - - org.apache.maven.plugins - maven-jar-plugin - - - - test-jar - - - - - - + + 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-common-impl - 1.0-SNAPSHOT - - - org.opendaylight.controller - sal-binding-api - 1.0-SNAPSHOT - - - org.opendaylight.controller - sal-binding-util - 1.0-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 - 3.17.1-GA - - - org.opendaylight.yangtools - binding-generator-impl - - - org.opendaylight.yangtools - yang-parser-impl - test - - - org.opendaylight.controller - sal-core-api - 1.0-SNAPSHOT - - - org.opendaylight.controller - sal-broker-impl - 1.0-SNAPSHOT - compile - - - junit - junit - test - - - org.mockito - mockito-all - test - - - org.eclipse.xtend - org.eclipse.xtend.lib - - - org.opendaylight.controller - sal-binding-config - 1.0-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.2-SNAPSHOT - - - org.opendaylight.yangtools.model - ietf-topology-l3-unicast-igp - 2013.10.21.0-SNAPSHOT - test - - - org.opendaylight.controller.model - model-flow-base - 1.0-SNAPSHOT - - - org.opendaylight.controller.model - model-flow-service - 1.0-SNAPSHOT - - - org.opendaylight.controller.model - model-flow-statistics - 1.0-SNAPSHOT - -