X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-binding-broker%2Fpom.xml;h=68358b35161cb7d1a9ec98325ec490023c77c47e;hb=8ccb61090ae30c7ea750b606034016c248d90f80;hp=89bb1e8502570ee901d5e0f5f6052ce450140120;hpb=3f83be2d86dfe0aea7d9f1392c75939ee678324e;p=controller.git diff --git a/opendaylight/md-sal/sal-binding-broker/pom.xml b/opendaylight/md-sal/sal-binding-broker/pom.xml index 89bb1e8502..68358b3516 100644 --- a/opendaylight/md-sal/sal-binding-broker/pom.xml +++ b/opendaylight/md-sal/sal-binding-broker/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.yangtools yang-maven-plugin - 0.5.9-SNAPSHOT + ${yangtools.version} @@ -72,10 +72,13 @@ generate-sources add-source + + ${project.build.directory}/generated-sources/config + src/main/xtend-gen @@ -88,6 +91,7 @@ ${project.groupId}.${project.artifactId} + org.opendaylight.controller.sal.binding.osgi.Activator org.opendaylight.controller.sal.binding.spi.*, @@ -98,6 +102,7 @@ org.opendaylight.controller.sal.binding.codegen, org.opendaylight.controller.sal.binding.codegen.*, org.opendaylight.controller.sal.binding.dom.*, + org.opendaylight.controller.sal.binding.osgi.*, @@ -131,6 +136,19 @@ + + + + org.apache.maven.plugins + maven-jar-plugin + + + + test-jar + + + + @@ -150,6 +168,11 @@ sal-binding-api 1.0-SNAPSHOT + + org.opendaylight.controller + sal-binding-util + 1.0-SNAPSHOT + org.slf4j slf4j-api @@ -168,21 +191,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 @@ -194,7 +215,7 @@ org.opendaylight.controller sal-broker-impl 1.0-SNAPSHOT - runtime + compile junit @@ -210,56 +231,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.opendaylight.yangtools.model + ietf-inet-types + 2010.09.24.2-SNAPSHOT - org.opendaylight.controller.model - model-flow-statistics - 1.0-SNAPSHOT - test + org.opendaylight.yangtools.model + ietf-topology-l3-unicast-igp + 2013.10.21.0-SNAPSHOT + test - org.reflections - reflections - 0.9.9-RC1 - 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