X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflowplugin-impl%2Fpom.xml;h=321e032554c00c793654e589a039d5a95bba3bfe;hb=cf9ccfcbff79612b23ba889b0df73a8d832aff72;hp=a0dab34d276393443e79c8e604c9fd8788ad53f7;hpb=ab48afdf8678dd131c771921dfa9d89554b9c50a;p=openflowplugin.git diff --git a/openflowplugin-impl/pom.xml b/openflowplugin-impl/pom.xml index a0dab34d27..321e032554 100644 --- a/openflowplugin-impl/pom.xml +++ b/openflowplugin-impl/pom.xml @@ -4,33 +4,18 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.6.0-SNAPSHOT + 0.9.0-SNAPSHOT ../parent openflowplugin-impl bundle - - - - org.apache.felix - maven-bundle-plugin - true - - - - - org.apache.karaf.shell.commands;version="[3.0.0,4.1)", - org.apache.karaf.shell.console;version="[3.0.0,4.1)", - * - - - - - - + + org.osgi + org.osgi.core + org.opendaylight.openflowplugin openflowplugin-api @@ -60,17 +45,27 @@ model-inventory - org.opendaylight.controller - sal-binding-api + org.opendaylight.mdsal + mdsal-binding-api - org.opendaylight.controller - sal-binding-broker-impl + org.opendaylight.mdsal + mdsal-binding-spi ${project.groupId}.openflowjava openflow-protocol-api + + org.opendaylight.infrautils + diagstatus-api + ${infrautils.version} + + + org.apache.aries.blueprint + blueprint-maven-plugin-annotation + true + ${project.groupId}.openflowjava openflow-protocol-spi @@ -78,6 +73,7 @@ org.apache.karaf.shell org.apache.karaf.shell.console + provided com.google.guava @@ -88,40 +84,59 @@ commons-lang3 - junit - junit - test + javax.annotation + javax.annotation-api + true - org.mockito - mockito-core - test + javax.inject + javax.inject + true + + + com.google.code.findbugs + jsr305 + true org.slf4j slf4j-log4j12 test - - org.opendaylight.controller - sal-common-util - ${project.groupId}.openflowjava openflowjava-util - - org.opendaylight.controller - sal-common-api - ${project.groupId}.openflowjava openflow-protocol-impl org.osgi - org.osgi.compendium + osgi.cmpn + + + org.opendaylight.openflowplugin + openflowplugin-common - + + + + org.apache.aries.blueprint + blueprint-maven-plugin + + + org.opendaylight.openflowplugin.impl + + + + + org.apache.felix + maven-bundle-plugin + true + + + +