X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflowplugin-impl%2Fpom.xml;h=e1844943faea5015b609eb1eab419874a9b5c030;hb=9055df02442375e7b482483e7224e28c3a766198;hp=64624504596ac9a4d3668e1707402495ec07b616;hpb=b97f2c193ba86c6c2478b1cd3a0984fc270cfd12;p=openflowplugin.git diff --git a/openflowplugin-impl/pom.xml b/openflowplugin-impl/pom.xml index 6462450459..e1844943fa 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.12.0-SNAPSHOT ../parent @@ -13,6 +12,10 @@ bundle + + org.osgi + org.osgi.core + org.opendaylight.openflowplugin openflowplugin-api @@ -42,12 +45,16 @@ model-inventory - org.opendaylight.controller - sal-binding-api + org.opendaylight.yangtools + yang-common-netty + + + org.opendaylight.mdsal + mdsal-binding-api - org.opendaylight.controller - sal-binding-broker-impl + org.opendaylight.mdsal + mdsal-binding-spi ${project.groupId}.openflowjava @@ -56,11 +63,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 +76,7 @@ org.apache.karaf.shell org.apache.karaf.shell.console + provided com.google.guava @@ -80,43 +87,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 +122,12 @@ - org.apache.maven.plugins - maven-checkstyle-plugin + org.apache.aries.blueprint + blueprint-maven-plugin - checkstyle.violationSeverity=error + + org.opendaylight.openflowplugin.impl + @@ -141,4 +138,3 @@ -