X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflowplugin-impl%2Fpom.xml;h=5f1435c353a6aad552ce78b754a8b41954364d01;hb=dafc6f81f1d1ef6d09d1d72fc4962b1b82e67c36;hp=efde56c993d0a4f9e8608ea043b009e7b365f82a;hpb=289920d4cf32a7691776c93ae4a147e2d09a41ef;p=openflowplugin.git diff --git a/openflowplugin-impl/pom.xml b/openflowplugin-impl/pom.xml index efde56c993..5f1435c353 100644 --- a/openflowplugin-impl/pom.xml +++ b/openflowplugin-impl/pom.xml @@ -4,8 +4,8 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.1.0-SNAPSHOT - ../ + 0.6.0-SNAPSHOT + ../parent openflowplugin-impl @@ -16,56 +16,17 @@ org.apache.felix maven-bundle-plugin - - - org.opendaylight.yangtools - yang-maven-plugin - - - - generate-sources - - - - - - org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator - - ${project.build.directory}/generated-sources/config - - - urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang - - - - - - org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl - - ${project.build.directory}/generated-sources/sal - - - org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl - ${project.build.directory}/site/models - - - true - - - - - - org.opendaylight.controller - yang-jmx-generator-plugin - ${config.version} - - - org.opendaylight.yangtools - maven-sal-api-gen-plugin - ${yangtools.version} - jar - - + true + + + + + org.apache.karaf.shell.commands;version="[3.0.0,4.1)", + org.apache.karaf.shell.console;version="[3.0.0,4.1)", + * + + + @@ -73,18 +34,14 @@ org.opendaylight.openflowplugin openflowplugin-api - ${project.version} - org.opendaylight.openflowplugin openflowplugin - ${project.version} org.opendaylight.openflowplugin openflowplugin-extension-api - ${project.version} org.opendaylight.openflowplugin.model @@ -106,24 +63,30 @@ org.opendaylight.controller sal-binding-api + + org.opendaylight.controller + sal-binding-config + org.opendaylight.controller sal-binding-broker-impl - - org.opendaylight.openflowjava + ${project.groupId}.openflowjava openflow-protocol-api - org.opendaylight.openflowjava + ${project.groupId}.openflowjava openflow-protocol-spi org.opendaylight.controller config-api - + + org.apache.karaf.shell + org.apache.karaf.shell.console + com.google.guava guava @@ -132,7 +95,6 @@ org.apache.commons commons-lang3 - junit junit @@ -140,10 +102,9 @@ org.mockito - mockito-all + mockito-core test - org.slf4j slf4j-log4j12 @@ -154,10 +115,25 @@ sal-common-util - org.opendaylight.openflowjava - util + ${project.groupId}.openflowjava + openflowjava-util + + + org.opendaylight.controller + sal-common-api + + + ${project.groupId}.openflowjava + openflow-protocol-impl + + + org.osgi + org.osgi.compendium + + + org.opendaylight.openflowplugin + openflowplugin-extension-onf -