X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflowplugin-impl%2Fpom.xml;h=f785e83ca0678f9fdd1518230de6acf6f09f08b1;hb=19eed2cb09f607a77c8a84bb2a4935ab9c683078;hp=a0dab34d276393443e79c8e604c9fd8788ad53f7;hpb=cd8d0c216c60b97e24430d16bf9ec836c3aaf3c1;p=openflowplugin.git diff --git a/openflowplugin-impl/pom.xml b/openflowplugin-impl/pom.xml index a0dab34d27..f785e83ca0 100644 --- a/openflowplugin-impl/pom.xml +++ b/openflowplugin-impl/pom.xml @@ -1,35 +1,17 @@ - + 4.0.0 org.opendaylight.openflowplugin openflowplugin-parent - 0.6.0-SNAPSHOT + 0.7.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.opendaylight.openflowplugin @@ -71,6 +53,16 @@ ${project.groupId}.openflowjava openflow-protocol-api + + org.opendaylight.infrautils + diagstatus-api + ${infrautils.version} + + + org.ops4j.pax.cdi + pax-cdi-api + true + ${project.groupId}.openflowjava openflow-protocol-spi @@ -87,6 +79,10 @@ org.apache.commons commons-lang3 + + javax.inject + javax.inject + junit junit @@ -122,6 +118,27 @@ org.osgi org.osgi.compendium + + org.opendaylight.openflowplugin + openflowplugin-common + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + org.apache.felix + maven-bundle-plugin + true + + +