Make akka-testkit a test dependency
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / pom.xml
index 59d42a3aea4e5a47dd0493d5f223b10624d4cd33..1e58976b29c35aaf85fbb0acf8e9185e42f4d02c 100644 (file)
@@ -60,6 +60,7 @@
     <dependency>
       <groupId>com.typesafe.akka</groupId>
       <artifactId>akka-testkit_${scala.version}</artifactId>
+      <scope>test</scope>
     </dependency>
 
     <!-- Codahale -->