X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflowplugin-impl%2Fpom.xml;h=ba7853819da0e399bf6d27f18f8dcfaf810f3802;hb=2abf19bac4e528a20268da424298965e385e763e;hp=64624504596ac9a4d3668e1707402495ec07b616;hpb=e60a258592714bfd243bc94e818f0d04d2d61302;p=openflowplugin.git diff --git a/openflowplugin-impl/pom.xml b/openflowplugin-impl/pom.xml index 6462450459..ba7853819d 100644 --- a/openflowplugin-impl/pom.xml +++ b/openflowplugin-impl/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.opendaylight.openflowplugin openflowplugin-parent - 0.6.0-SNAPSHOT + 0.10.0-SNAPSHOT ../parent @@ -13,6 +12,10 @@ bundle + + org.osgi + org.osgi.core + org.opendaylight.openflowplugin openflowplugin-api @@ -42,12 +45,12 @@ 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 @@ -59,8 +62,8 @@ ${infrautils.version} - org.ops4j.pax.cdi - pax-cdi-api + org.apache.aries.blueprint + blueprint-maven-plugin-annotation true @@ -70,6 +73,7 @@ org.apache.karaf.shell org.apache.karaf.shell.console + provided com.google.guava @@ -80,43 +84,36 @@ commons-lang3 - javax.inject - javax.inject + javax.annotation + javax.annotation-api + true - junit - junit - test + javax.inject + javax.inject + true - org.mockito - mockito-core - test + 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 @@ -127,10 +124,12 @@ - org.apache.maven.plugins - maven-checkstyle-plugin + org.apache.aries.blueprint + blueprint-maven-plugin - checkstyle.violationSeverity=error + + org.opendaylight.openflowplugin.impl + @@ -141,4 +140,3 @@ -