commons-lang dependency should be scope=test
[controller.git] / opendaylight / md-sal / cds-access-api / pom.xml
index 2c0dea51536f98a1dbe857815b8c8d853319d823..ec6b27442e5cf9eb9df00101beeb9311f54f4dff 100644 (file)
             <artifactId>akka-testkit_2.12</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>commons-lang</groupId>
+            <artifactId>commons-lang</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <scm>