X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fswitchmanager%2Fimplementation%2Fpom.xml;h=fe7a0c0bcb407f42c5e975974bd6817e472c6b88;hp=38ce7be9a044a07611e8dcb7f70d5220f0f64c7b;hb=refs%2Fchanges%2F39%2F11739%2F4;hpb=571ab6d5ffb9489cf91dea5293f7bbfd74589f9f diff --git a/opendaylight/switchmanager/implementation/pom.xml b/opendaylight/switchmanager/implementation/pom.xml index 38ce7be9a0..fe7a0c0bcb 100644 --- a/opendaylight/switchmanager/implementation/pom.xml +++ b/opendaylight/switchmanager/implementation/pom.xml @@ -4,18 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.4.2-SNAPSHOT + 1.5.0-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - switchmanager.implementation - 0.4.2-SNAPSHOT + 0.5.0-SNAPSHOT bundle @@ -24,6 +18,40 @@ target/jacoco.exec target/jacoco-it.exec + + + equinoxSDK381 + org.apache.felix.gogo.runtime + + + equinoxSDK381 + org.eclipse.osgi + + + junit + junit + + + org.opendaylight.controller + clustering.services + + + org.opendaylight.controller + configuration + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + statisticsmanager + + + org.opendaylight.controller + switchmanager + + @@ -38,14 +66,11 @@ org.apache.felix maven-bundle-plugin - ${bundle.plugin.version} true - - - - org.opendaylight.controller.configuration, + + org.opendaylight.controller.configuration, org.opendaylight.controller.switchmanager, org.opendaylight.controller.clustering.services, org.opendaylight.controller.sal.core, @@ -60,11 +85,8 @@ org.osgi.framework, org.apache.felix.service.command, javax.xml.bind.annotation, - org.apache.commons.lang3.builder - - - org.opendaylight.controller.switchmanager.internal.Activator - + org.apache.commons.lang3.builder + org.opendaylight.controller.switchmanager.internal.Activator ${project.basedir}/META-INF @@ -73,7 +95,9 @@ org.jacoco jacoco-maven-plugin - org.opendaylight.controller.* + + org.opendaylight.controller.* + @@ -84,47 +108,19 @@ post-test - test report + test - - - org.opendaylight.controller - configuration - - - org.opendaylight.controller - clustering.services - - - org.opendaylight.controller - sal - - - org.opendaylight.controller - switchmanager - - - org.opendaylight.controller - statisticsmanager - - - junit - junit - - - equinoxSDK381 - org.eclipse.osgi - - - equinoxSDK381 - org.apache.felix.gogo.runtime - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main +