X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-binding-broker%2Fpom.xml;h=ac84aab977783edbebc416d4755379967f70e84c;hb=94b968f7454a2d677b1ac8fc4a81c10ecca03fa3;hp=a5e5c74f4c578a42026b3cda684a0ceae982cd61;hpb=f062dc05cc7caaf0c1811856370f1c9e2f1e5c34;p=controller.git diff --git a/opendaylight/md-sal/sal-binding-broker/pom.xml b/opendaylight/md-sal/sal-binding-broker/pom.xml index a5e5c74f4c..dea455bfa1 100644 --- a/opendaylight/md-sal/sal-binding-broker/pom.xml +++ b/opendaylight/md-sal/sal-binding-broker/pom.xml @@ -1,10 +1,9 @@ - + 4.0.0 org.opendaylight.controller sal-parent - 1.0-SNAPSHOT + 1.1-SNAPSHOT sal-binding-broker-impl bundle @@ -12,14 +11,14 @@ 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 + org.opendaylight.yangtools yang-maven-plugin - 0.5.9-SNAPSHOT @@ -38,6 +37,21 @@ + + + + org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl + + + ${salGeneratorPath} + + + + + + org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl + target/site/models + true @@ -47,11 +61,17 @@ org.opendaylight.controller yang-jmx-generator-plugin - 0.2.3-SNAPSHOT + ${config.version} + + + org.opendaylight.yangtools + maven-sal-api-gen-plugin + ${yangtools.version} + jar - + org.codehaus.mojo build-helper-maven-plugin @@ -62,10 +82,13 @@ generate-sources add-source + + ${project.build.directory}/generated-sources/config + src/main/xtend-gen @@ -87,7 +110,9 @@ 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.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.binding.impl.rev131028 @@ -121,6 +146,19 @@ + + + + org.apache.maven.plugins + maven-jar-plugin + + + + test-jar + + + + @@ -128,17 +166,18 @@ 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 org.slf4j @@ -147,8 +186,7 @@ org.osgi org.osgi.core - ${osgi.core.version} - provided + provided com.google.guava @@ -158,33 +196,29 @@ org.reflections reflections 0.9.9-RC1 + compile org.javassist javassist - 3.17.1-GA org.opendaylight.yangtools binding-generator-impl - 0.6.0-SNAPSHOT org.opendaylight.yangtools yang-parser-impl - 0.5.9-SNAPSHOT test org.opendaylight.controller sal-core-api - 1.0-SNAPSHOT org.opendaylight.controller sal-broker-impl - 1.0-SNAPSHOT - runtime + compile junit @@ -200,50 +234,44 @@ org.eclipse.xtend org.eclipse.xtend.lib - - org.eclipse.xtend - org.eclipse.xtend.standalone - 2.4.3 - runtime - org.opendaylight.controller sal-binding-config - 1.0-SNAPSHOT - - - org.opendaylight.controller.model - model-flow-service - 1.0-SNAPSHOT - test - - - org.opendaylight.controller.model - model-flow-management - 1.0-SNAPSHOT - test org.opendaylight.yangtools yang-data-impl - 0.5.9-SNAPSHOT org.opendaylight.yangtools yang-model-util - 0.5.9-SNAPSHOT org.slf4j slf4j-simple ${slf4j.version} test + + + org.opendaylight.yangtools.model + ietf-inet-types - org.reflections - reflections - 0.9.9-RC1 + org.opendaylight.yangtools.model + ietf-topology-l3-unicast-igp test + + org.opendaylight.controller.model + model-flow-base + + + org.opendaylight.controller.model + model-flow-service + + + org.opendaylight.controller.model + model-flow-statistics +