X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=samples%2Flearning-switch%2Fpom.xml;h=6c7d619e766fbca89e080e8a06712c516f3cd762;hb=331e40fa25c7d2994afae7064091ed65989d8e40;hp=972cd1b45f601606ed163e000c3b8377a381ea19;hpb=d1e8370d95c96c21499f7c2970204671af628b42;p=openflowplugin.git diff --git a/samples/learning-switch/pom.xml b/samples/learning-switch/pom.xml index 972cd1b45f..6c7d619e76 100644 --- a/samples/learning-switch/pom.xml +++ b/samples/learning-switch/pom.xml @@ -4,42 +4,34 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.1.0-SNAPSHOT - ../../ + 0.10.0-SNAPSHOT + ../../parent learning-switch bundle - org.apache.felix maven-bundle-plugin - ${maven.bundle.version} true - - - - false - - - org.opendaylight.openflowplugin.learningswitch.Activator - - - ${project.build.directory}/META-INF - - org.opendaylight.controller.model + javax.annotation + javax.annotation-api + true + + + org.opendaylight.openflowplugin.model model-flow-base - org.opendaylight.controller.model + org.opendaylight.openflowplugin.model model-flow-service @@ -47,11 +39,11 @@ model-inventory - org.opendaylight.controller - sal-binding-api + org.opendaylight.mdsal + mdsal-binding-api - org.opendaylight.yangtools + org.opendaylight.mdsal yang-binding @@ -59,16 +51,9 @@ openflowplugin-api - org.osgi - org.osgi.core - - - - - junit - junit - test + org.opendaylight.infrautils + infrautils-util + ${infrautils.version} -