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=a5e5c74f4c578a42026b3cda684a0ceae982cd61;hp=9ca025b393911d11ede993899a32e2488939c8a2;hb=f062dc05cc7caaf0c1811856370f1c9e2f1e5c34;hpb=7bc6403c0fe122ff37ef774f58c1ad2c7d714407 diff --git a/opendaylight/md-sal/sal-binding-broker/pom.xml b/opendaylight/md-sal/sal-binding-broker/pom.xml index 9ca025b393..a5e5c74f4c 100644 --- a/opendaylight/md-sal/sal-binding-broker/pom.xml +++ b/opendaylight/md-sal/sal-binding-broker/pom.xml @@ -47,10 +47,11 @@ org.opendaylight.controller yang-jmx-generator-plugin - 0.2.2-SNAPSHOT + 0.2.3-SNAPSHOT + org.codehaus.mojo build-helper-maven-plugin @@ -86,6 +87,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.*, @@ -146,6 +148,7 @@ org.osgi org.osgi.core ${osgi.core.version} + provided com.google.guava @@ -161,6 +164,28 @@ 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 @@ -175,10 +200,50 @@ 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.reflections + reflections + 0.9.9-RC1 + test +