edgeUpdate API enhancement and related changes.
[controller.git] / opendaylight / routing / dijkstra_implementation / pom.xml
index 6c394cf5c9e34bea7727f23d6628f21c0ed94330..06a684f26591fc2b14392dae3dcf8e4a7f7fb3e4 100644 (file)
@@ -31,6 +31,7 @@
           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,
    <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal</artifactId>
-      <version>0.4.0-SNAPSHOT</version>
+      <version>0.5.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>switchmanager</artifactId>
       <version>0.4.0-SNAPSHOT</version>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>topologymanager</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>