From: Robert Varga Date: Sun, 23 Dec 2018 07:31:29 +0000 (+0100) Subject: commons-lang dependency should be scope=test X-Git-Tag: release/neon~28 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F07%2F79007%2F5;p=controller.git 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 --- 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 +