commons-lang dependency should be scope=test
[controller.git] / opendaylight / md-sal / sal-cluster-admin-impl / pom.xml
index c6ac7c9b944d8c50aae3c1c8a1333aba33803db9..4ab6b05c84800494cce000bb13bc5a524050ff38 100644 (file)
       <version>1.9.0-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+      <scope>test</scope>
+    </dependency>
 
     <!-- Akka -->
     <dependency>