commons-lang dependency should be scope=test
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / pom.xml
index 70b50558ee5627bc1f3fbb0f49db9fa536045aca..f4a1e37847bca902ccbae59d2442c8fe50033e28 100644 (file)
@@ -17,7 +17,7 @@
       <dependency>
         <groupId>tech.pantheon.triemap</groupId>
         <artifactId>bom</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.4</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
       <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>