commons-io dependency should be scope=test
[controller.git] / opendaylight / md-sal / sal-akka-raft / pom.xml
index 61c3cc53259f46ac0472a6c29e332a2f40e9b3fb..449ea17c85d3d53d3fa3588a9288c8f8756b2275 100644 (file)
       <artifactId>scala-library</artifactId>
     </dependency>
 
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-    </dependency>
-
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
       <artifactId>slf4j-simple</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>