X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Frouting%2Fdijkstra_implementation%2Fpom.xml;h=37d3e2fb199a63bb20096661cd6384cf93ec2e95;hb=f4f0a778c5e55053750590b0686d6e2b838031e6;hp=e89beb8c3695ef417c3ef271729e73415084026b;hpb=f5bc1a15da8600a9bc6dc7829792566cf0e72e7c;p=controller.git diff --git a/opendaylight/routing/dijkstra_implementation/pom.xml b/opendaylight/routing/dijkstra_implementation/pom.xml index e89beb8c36..37d3e2fb19 100644 --- a/opendaylight/routing/dijkstra_implementation/pom.xml +++ b/opendaylight/routing/dijkstra_implementation/pom.xml @@ -7,8 +7,12 @@ 1.4.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 + - org.opendaylight.controller routing.dijkstra_implementation 0.4.0-SNAPSHOT bundle @@ -16,32 +20,37 @@ - org.apache.felix - maven-bundle-plugin - 2.3.6 - true - - - - org.slf4j, - org.opendaylight.controller.sal.routing, - org.opendaylight.controller.sal.core, - org.opendaylight.controller.sal.utils, - org.opendaylight.controller.sal.reader, - org.apache.commons.collections15, - org.opendaylight.controller.switchmanager, - org.opendaylight.controller.topologymanager, - edu.uci.ics.jung.graph, - edu.uci.ics.jung.algorithms.shortestpath, - edu.uci.ics.jung.graph.util, - org.apache.felix.dm, - org.junit;resolution:=optional - - - org.opendaylight.controller.routing.dijkstra_implementation.internal.Activator - - - + org.apache.felix + maven-bundle-plugin + 2.3.6 + true + + + + org.slf4j, + org.opendaylight.controller.sal.routing, + org.opendaylight.controller.sal.core, + org.opendaylight.controller.sal.topology, + org.opendaylight.controller.sal.utils, + org.opendaylight.controller.sal.reader, + org.opendaylight.controller.clustering.services, + org.apache.commons.collections15, + org.opendaylight.controller.switchmanager, + org.opendaylight.controller.topologymanager, + edu.uci.ics.jung.graph, + edu.uci.ics.jung.algorithms.shortestpath, + edu.uci.ics.jung.graph.util, + org.apache.felix.dm, + org.osgi.framework, + org.apache.felix.service.command, + org.junit;resolution:=optional + + + org.opendaylight.controller.routing.dijkstra_implementation.internal.Activator + + + ${project.basedir}/META-INF + @@ -54,12 +63,12 @@ org.opendaylight.controller sal - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT org.opendaylight.controller switchmanager - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT org.opendaylight.controller