X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-binding-broker%2Fpom.xml;h=4cf681f7caf0a0f881b43a81e7fdc6a5dd75fafa;hp=9e4d3a580c79888da155bd9a5808971862ffed84;hb=2bd630f5c57cd3af078ba7cb92d7b47a3a8aeb5c;hpb=81a6e2e3fc28063a043ef14aabdd68d7ccab85b2 diff --git a/opendaylight/md-sal/sal-binding-broker/pom.xml b/opendaylight/md-sal/sal-binding-broker/pom.xml index 9e4d3a580c..4cf681f7ca 100644 --- a/opendaylight/md-sal/sal-binding-broker/pom.xml +++ b/opendaylight/md-sal/sal-binding-broker/pom.xml @@ -16,11 +16,10 @@ - org.opendaylight.yangtools yang-maven-plugin - 0.5.9-SNAPSHOT + ${yangtools.version} @@ -39,6 +38,10 @@ + + org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl + target/site/models + true @@ -50,9 +53,15 @@ yang-jmx-generator-plugin 0.2.3-SNAPSHOT + + org.opendaylight.yangtools + maven-sal-api-gen-plugin + 0.6.0-SNAPSHOT + jar + - + org.codehaus.mojo build-helper-maven-plugin @@ -67,6 +76,7 @@ ${project.build.directory}/generated-sources/config + src/main/xtend-gen @@ -122,6 +132,19 @@ + + + + org.apache.maven.plugins + maven-jar-plugin + + + + test-jar + + + + @@ -141,6 +164,11 @@ sal-binding-api 1.0-SNAPSHOT + + org.opendaylight.controller + sal-binding-util + 1.0-SNAPSHOT + org.slf4j slf4j-api @@ -149,7 +177,7 @@ org.osgi org.osgi.core ${osgi.core.version} - provided + provided com.google.guava @@ -159,21 +187,19 @@ 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 @@ -185,7 +211,7 @@ org.opendaylight.controller sal-broker-impl 1.0-SNAPSHOT - runtime + compile junit @@ -201,32 +227,18 @@ 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.yangtools yang-data-impl - 0.5.9-SNAPSHOT org.opendaylight.yangtools yang-model-util - 0.5.9-SNAPSHOT org.slf4j @@ -234,5 +246,31 @@ ${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 +