commons-lang dependency should be scope=test
[controller.git] / opendaylight / md-sal / sal-akka-raft / pom.xml
index 449ea17c85d3d53d3fa3588a9288c8f8756b2275..0273c80a69fc4116ffd77cb1f704b095b4d21f5e 100644 (file)
@@ -71,7 +71,6 @@
       <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
-
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
       <artifactId>commons-io</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>