akka-testkit should be scoped to test 41/41841/2
authorRobert Varga <rovarga@cisco.com>
Thu, 14 Jul 2016 15:16:09 +0000 (17:16 +0200)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 15 Jul 2016 04:12:10 +0000 (04:12 +0000)
This is a testing framework for testing actor systems,
it should never be carried in production.

Change-Id: I32cd9af660463ee3d981acde29ff635a518b7a88
Signed-off-by: Robert Varga <rovarga@cisco.com>
odlparent/pom.xml

index 4725f339826b0a4eb813e8ef0e0522650fd7a47c..f90b09f939c91ee2a7d86c80d9bd4c6646e4a044 100644 (file)
         <groupId>com.typesafe.akka</groupId>
         <artifactId>akka-testkit_${scala.version}</artifactId>
         <version>${akka.version}</version>
+        <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>com.typesafe.akka</groupId>