From e22153124472857433f6e1a9383e0a620b754065 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 14 Jun 2016 10:36:20 +0200 Subject: [PATCH] Make akka-testkit a test dependency This should only ever be used in tests, hence scope=test. Change-Id: I62795d61cc979b2e852ecf676d76e43845004ce2 Signed-off-by: Robert Varga --- opendaylight/md-sal/sal-akka-raft/pom.xml | 1 + opendaylight/md-sal/sal-cluster-admin/pom.xml | 1 + opendaylight/md-sal/sal-clustering-commons/pom.xml | 1 + opendaylight/md-sal/sal-distributed-datastore/pom.xml | 1 + opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml | 1 + opendaylight/md-sal/sal-remoterpc-connector/pom.xml | 1 + 6 files changed, 6 insertions(+) diff --git a/opendaylight/md-sal/sal-akka-raft/pom.xml b/opendaylight/md-sal/sal-akka-raft/pom.xml index 6e73dde1fb..837ef2793d 100644 --- a/opendaylight/md-sal/sal-akka-raft/pom.xml +++ b/opendaylight/md-sal/sal-akka-raft/pom.xml @@ -42,6 +42,7 @@ com.typesafe.akka akka-testkit_${scala.version} + test diff --git a/opendaylight/md-sal/sal-cluster-admin/pom.xml b/opendaylight/md-sal/sal-cluster-admin/pom.xml index 7f80ea4036..6a8ad1ae3a 100644 --- a/opendaylight/md-sal/sal-cluster-admin/pom.xml +++ b/opendaylight/md-sal/sal-cluster-admin/pom.xml @@ -48,6 +48,7 @@ com.typesafe.akka akka-testkit_${scala.version} + test diff --git a/opendaylight/md-sal/sal-clustering-commons/pom.xml b/opendaylight/md-sal/sal-clustering-commons/pom.xml index 4c06cddb78..3e33610d1c 100644 --- a/opendaylight/md-sal/sal-clustering-commons/pom.xml +++ b/opendaylight/md-sal/sal-clustering-commons/pom.xml @@ -68,6 +68,7 @@ com.typesafe.akka akka-testkit_${scala.version} + test diff --git a/opendaylight/md-sal/sal-distributed-datastore/pom.xml b/opendaylight/md-sal/sal-distributed-datastore/pom.xml index 59d42a3aea..1e58976b29 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/pom.xml +++ b/opendaylight/md-sal/sal-distributed-datastore/pom.xml @@ -60,6 +60,7 @@ com.typesafe.akka akka-testkit_${scala.version} + test diff --git a/opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml b/opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml index fc790d94c1..c96cac366c 100644 --- a/opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml +++ b/opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml @@ -38,6 +38,7 @@ com.typesafe.akka akka-testkit_${scala.version} + test diff --git a/opendaylight/md-sal/sal-remoterpc-connector/pom.xml b/opendaylight/md-sal/sal-remoterpc-connector/pom.xml index 8958dd8df1..39f8b6c34e 100644 --- a/opendaylight/md-sal/sal-remoterpc-connector/pom.xml +++ b/opendaylight/md-sal/sal-remoterpc-connector/pom.xml @@ -33,6 +33,7 @@ com.typesafe.akka akka-testkit_${scala.version} + test com.typesafe.akka -- 2.36.6