Introducing ShardManager
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / pom.xml
index e7fcd83328f86c425e7a95092da1b3cc5f36bc47..62647bdf8993ffe5411873c80e742207a1353736 100644 (file)
@@ -92,7 +92,6 @@
       <artifactId>org.osgi.core</artifactId>
     </dependency>
 
-    <!-- AKKA Dependencies -->
     <dependency>
       <groupId>org.scala-lang</groupId>
       <artifactId>scala-library</artifactId>
       <artifactId>mockito-all</artifactId>
       <scope>test</scope>
     </dependency>
+
+    <dependency>
+      <groupId>com.typesafe.akka</groupId>
+      <artifactId>akka-testkit_2.11</artifactId>
+      <version>2.3.2</version>
+    </dependency>
+
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>