X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsamples%2Fl2switch%2Fimplementation%2Fpom.xml;h=aba8599d6eaacec2dbbbaccf494a00d15b67ad7d;hp=c095eee6bcf43e0bea146c0d8a08336cd1e8dda8;hb=0d896bf5699afcb1083d73c90a2669aace28d4c4;hpb=5acf4062367e14bfa73e667a8be021f9ef378333 diff --git a/opendaylight/md-sal/samples/l2switch/implementation/pom.xml b/opendaylight/md-sal/samples/l2switch/implementation/pom.xml index c095eee6bc..aba8599d6e 100644 --- a/opendaylight/md-sal/samples/l2switch/implementation/pom.xml +++ b/opendaylight/md-sal/samples/l2switch/implementation/pom.xml @@ -1,65 +1,64 @@ - + 4.0.0 - sal-samples org.opendaylight.controller.samples + sal-samples 1.1-SNAPSHOT ../.. org.opendaylight.controller.samples.l2switch.md l2switch-impl bundle - - - - - org.apache.felix - maven-bundle-plugin - true - - - - org.opendaylight.controller.sample.l2switch.md.L2SwitchProvider - - ${project.build.directory}/META-INF - - - - - junit - junit - ${junit.version} - test + org.opendaylight.controller + sal + - org.opendaylight.controller.samples.l2switch.md - l2switch-model - ${project.version} + org.opendaylight.controller + sal-binding-api + + + org.opendaylight.controller.model + model-flow-service org.opendaylight.controller.model model-inventory - - org.opendaylight.controller - sal-binding-api + org.opendaylight.controller.model + model-topology + 1.1-SNAPSHOT + + + org.opendaylight.controller.samples.l2switch.md + l2switch-model + ${project.version} + + + org.opendaylight.controller.thirdparty + net.sf.jung2 org.opendaylight.yangtools - yang-common + yang-binding ${yangtools.version} org.opendaylight.yangtools - yang-binding + yang-common ${yangtools.version} + + junit + junit + ${junit.version} + test + junit junit @@ -71,22 +70,22 @@ ${mockito.version} test - - org.opendaylight.controller - sal - - - org.opendaylight.controller.model - model-flow-service - - - org.opendaylight.controller.thirdparty - net.sf.jung2 - - - org.opendaylight.controller.model - model-topology - 1.1-SNAPSHOT - + + + + + org.apache.felix + maven-bundle-plugin + true + + + + org.opendaylight.controller.sample.l2switch.md.L2SwitchProvider + + ${project.build.directory}/META-INF + + + +