X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-binding-broker%2Fpom.xml;h=1b0f78384f1a6c166b46fed6f4f89152e276c77c;hb=5cebad0c07f3d15d42be522cf484fa6eea3d7c88;hp=b0e2023f1fd11faab50376aa846034c16472078b;hpb=0b3fe7299bbeccc10f2c1b859f95de07c168ac9f;p=controller.git diff --git a/opendaylight/md-sal/sal-binding-broker/pom.xml b/opendaylight/md-sal/sal-binding-broker/pom.xml index b0e2023f1f..1b0f78384f 100644 --- a/opendaylight/md-sal/sal-binding-broker/pom.xml +++ b/opendaylight/md-sal/sal-binding-broker/pom.xml @@ -38,6 +38,10 @@ + + org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl + target/site/models + true @@ -49,8 +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 @@ -86,6 +97,7 @@ org.opendaylight.controller.sal.binding.impl.*, org.opendaylight.controller.sal.binding.codegen, org.opendaylight.controller.sal.binding.codegen.*, + org.opendaylight.controller.sal.binding.dom.*, @@ -119,6 +131,19 @@ + + + + org.apache.maven.plugins + maven-jar-plugin + + + + test-jar + + + + @@ -146,6 +171,7 @@ org.osgi org.osgi.core ${osgi.core.version} + provided com.google.guava @@ -155,12 +181,35 @@ 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 + junit junit @@ -180,5 +229,47 @@ sal-binding-config 1.0-SNAPSHOT + + 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 + 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 +