From f09c372c4cb1ab228f0133a8b259d62240cc28cd Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sun, 23 Dec 2018 08:31:29 +0100 Subject: [PATCH] commons-lang dependency should be scope=test The classes are used in tests only, the dependency should be scoped appropriately. Change-Id: Ifb88ce765c63c0f57779dab986d6d2511060cfcd Signed-off-by: Robert Varga --- opendaylight/md-sal/cds-access-api/pom.xml | 5 +++++ opendaylight/md-sal/sal-akka-raft/pom.xml | 6 +++++- opendaylight/md-sal/sal-cluster-admin-impl/pom.xml | 5 +++++ opendaylight/md-sal/sal-clustering-commons/pom.xml | 1 + opendaylight/md-sal/sal-distributed-datastore/pom.xml | 5 +++++ opendaylight/md-sal/sal-remoterpc-connector/pom.xml | 5 +++++ 6 files changed, 26 insertions(+), 1 deletion(-) diff --git a/opendaylight/md-sal/cds-access-api/pom.xml b/opendaylight/md-sal/cds-access-api/pom.xml index 2c0dea5153..ec6b27442e 100644 --- a/opendaylight/md-sal/cds-access-api/pom.xml +++ b/opendaylight/md-sal/cds-access-api/pom.xml @@ -45,6 +45,11 @@ akka-testkit_2.12 test + + commons-lang + commons-lang + test + diff --git a/opendaylight/md-sal/sal-akka-raft/pom.xml b/opendaylight/md-sal/sal-akka-raft/pom.xml index 449ea17c85..0273c80a69 100644 --- a/opendaylight/md-sal/sal-akka-raft/pom.xml +++ b/opendaylight/md-sal/sal-akka-raft/pom.xml @@ -71,7 +71,6 @@ mockito-core test - org.slf4j slf4j-simple @@ -82,6 +81,11 @@ commons-io test + + commons-lang + commons-lang + test + diff --git a/opendaylight/md-sal/sal-cluster-admin-impl/pom.xml b/opendaylight/md-sal/sal-cluster-admin-impl/pom.xml index c6ac7c9b94..4ab6b05c84 100644 --- a/opendaylight/md-sal/sal-cluster-admin-impl/pom.xml +++ b/opendaylight/md-sal/sal-cluster-admin-impl/pom.xml @@ -52,6 +52,11 @@ 1.9.0-SNAPSHOT test + + commons-lang + commons-lang + test + diff --git a/opendaylight/md-sal/sal-clustering-commons/pom.xml b/opendaylight/md-sal/sal-clustering-commons/pom.xml index c503434dc0..0136931405 100644 --- a/opendaylight/md-sal/sal-clustering-commons/pom.xml +++ b/opendaylight/md-sal/sal-clustering-commons/pom.xml @@ -38,6 +38,7 @@ commons-lang commons-lang + test commons-io diff --git a/opendaylight/md-sal/sal-distributed-datastore/pom.xml b/opendaylight/md-sal/sal-distributed-datastore/pom.xml index 39870f1e81..f4a1e37847 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/pom.xml +++ b/opendaylight/md-sal/sal-distributed-datastore/pom.xml @@ -208,6 +208,11 @@ mdsal-dom-inmemory-datastore + + commons-lang + commons-lang + test + org.opendaylight.yangtools yang-test-util diff --git a/opendaylight/md-sal/sal-remoterpc-connector/pom.xml b/opendaylight/md-sal/sal-remoterpc-connector/pom.xml index 4cfeda5f97..d5a1caf4ba 100644 --- a/opendaylight/md-sal/sal-remoterpc-connector/pom.xml +++ b/opendaylight/md-sal/sal-remoterpc-connector/pom.xml @@ -120,6 +120,11 @@ test-jar test + + commons-lang + commons-lang + test + -- 2.36.6