Make akka-testkit a test dependency 81/40281/2
authorRobert Varga <rovarga@cisco.com>
Tue, 14 Jun 2016 08:36:20 +0000 (10:36 +0200)
committerTony Tkacik <ttkacik@cisco.com>
Tue, 14 Jun 2016 16:29:09 +0000 (16:29 +0000)
This should only ever be used in tests, hence scope=test.

Change-Id: I62795d61cc979b2e852ecf676d76e43845004ce2
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-akka-raft/pom.xml
opendaylight/md-sal/sal-cluster-admin/pom.xml
opendaylight/md-sal/sal-clustering-commons/pom.xml
opendaylight/md-sal/sal-distributed-datastore/pom.xml
opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml
opendaylight/md-sal/sal-remoterpc-connector/pom.xml

index 6e73dde1fb2b7ba9ebb57f37017f64a51cf50ad0..837ef2793d09c056cb3868f3211ed7e62e65de9d 100644 (file)
@@ -42,6 +42,7 @@
     <dependency>
       <groupId>com.typesafe.akka</groupId>
       <artifactId>akka-testkit_${scala.version}</artifactId>
+      <scope>test</scope>
     </dependency>
 
     <dependency>
index 7f80ea4036ed9abd32c187d9e666ede377478b69..6a8ad1ae3ada451d26768fc667a83cac5ef55bfa 100644 (file)
@@ -48,6 +48,7 @@
     <dependency>
       <groupId>com.typesafe.akka</groupId>
       <artifactId>akka-testkit_${scala.version}</artifactId>
+      <scope>test</scope>
     </dependency>
 
     <!-- Google -->
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 -->
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 -->
index fc790d94c191e3808477816dc81d933f29270af8..c96cac366cc33108fec1f03cfb24ee4e02f7fcee 100644 (file)
@@ -38,6 +38,7 @@
     <dependency>
       <groupId>com.typesafe.akka</groupId>
       <artifactId>akka-testkit_${scala.version}</artifactId>
+      <scope>test</scope>
     </dependency>
 
     <dependency>
index 8958dd8df1201bee912fd939da4596d3570aec27..39f8b6c34e5479d31372a0b6ab9c8276a9d80e03 100644 (file)
@@ -33,6 +33,7 @@
     <dependency>
       <groupId>com.typesafe.akka</groupId>
       <artifactId>akka-testkit_${scala.version}</artifactId>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>com.typesafe.akka</groupId>