X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflowplugin-impl%2Fpom.xml;h=bef3f0682447e0b39b8204d1e22b13c70864d714;hb=566c4ac8fcd1feaa501955791790a247f3e69b07;hp=64624504596ac9a4d3668e1707402495ec07b616;hpb=6e6e3afc917ad3d26b2679f5bd476c021afb29a6;p=openflowplugin.git diff --git a/openflowplugin-impl/pom.xml b/openflowplugin-impl/pom.xml index 6462450459..bef3f06824 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 @@ -56,11 +59,10 @@ org.opendaylight.infrautils diagstatus-api - ${infrautils.version} - org.ops4j.pax.cdi - pax-cdi-api + org.apache.aries.blueprint + blueprint-maven-plugin-annotation true @@ -70,6 +72,7 @@ org.apache.karaf.shell org.apache.karaf.shell.console + provided com.google.guava @@ -80,43 +83,31 @@ commons-lang3 - javax.inject - javax.inject - - - junit - junit - test + javax.annotation + javax.annotation-api + true - org.mockito - mockito-core - test + javax.inject + javax.inject + 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 +118,12 @@ - org.apache.maven.plugins - maven-checkstyle-plugin + org.apache.aries.blueprint + blueprint-maven-plugin - checkstyle.violationSeverity=error + + org.opendaylight.openflowplugin.impl + @@ -141,4 +134,3 @@ -