Make akka-testkit a test dependency
[controller.git] / opendaylight / md-sal / sal-clustering-commons / pom.xml
index 4c06cddb78d0bac2b351fb3a1a46012de2dc6ba0..3e33610d1c87b2227fb92c95209d6e91c61b204c 100644 (file)
@@ -68,6 +68,7 @@
     <dependency>
       <groupId>com.typesafe.akka</groupId>
       <artifactId>akka-testkit_${scala.version}</artifactId>
+      <scope>test</scope>
     </dependency>
 
     <!-- Codahale -->