commons-lang dependency should be scope=test
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / pom.xml
index 39870f1e81fb3f46c1e21bce65d9614cbb8fa905..f4a1e37847bca902ccbae59d2442c8fe50033e28 100644 (file)
       <artifactId>mdsal-dom-inmemory-datastore</artifactId>
     </dependency>
 
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>yang-test-util</artifactId>