From eb7436263ec77d89a054e39e20ec17b17cb030b7 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sun, 23 Dec 2018 08:42:00 +0100 Subject: [PATCH] commons-io dependency should be scope=test The classes are used in tests only, the dependency should be scoped appropriately. Change-Id: Icc0f2eca5296de62586f547363843b8e98cbac4e Signed-off-by: Robert Varga --- opendaylight/md-sal/sal-akka-raft/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/opendaylight/md-sal/sal-akka-raft/pom.xml b/opendaylight/md-sal/sal-akka-raft/pom.xml index 61c3cc5325..449ea17c85 100644 --- a/opendaylight/md-sal/sal-akka-raft/pom.xml +++ b/opendaylight/md-sal/sal-akka-raft/pom.xml @@ -55,11 +55,6 @@ scala-library - - commons-io - commons-io - - org.apache.commons commons-lang3 @@ -82,6 +77,11 @@ slf4j-simple test + + commons-io + commons-io + test + -- 2.36.6