commons-lang dependency should be scope=test 07/79007/5
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 23 Dec 2018 07:31:29 +0000 (08:31 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 27 Dec 2018 17:37:56 +0000 (18:37 +0100)
The classes are used in tests only, the dependency should be
scoped appropriately.

Change-Id: Ifb88ce765c63c0f57779dab986d6d2511060cfcd
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
opendaylight/md-sal/cds-access-api/pom.xml
opendaylight/md-sal/sal-akka-raft/pom.xml
opendaylight/md-sal/sal-cluster-admin-impl/pom.xml
opendaylight/md-sal/sal-clustering-commons/pom.xml
opendaylight/md-sal/sal-distributed-datastore/pom.xml
opendaylight/md-sal/sal-remoterpc-connector/pom.xml

index 2c0dea51536f98a1dbe857815b8c8d853319d823..ec6b27442e5cf9eb9df00101beeb9311f54f4dff 100644 (file)
             <artifactId>akka-testkit_2.12</artifactId>
             <scope>test</scope>
         </dependency>
             <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>
     </dependencies>
 
     <scm>
index 449ea17c85d3d53d3fa3588a9288c8f8756b2275..0273c80a69fc4116ffd77cb1f704b095b4d21f5e 100644 (file)
@@ -71,7 +71,6 @@
       <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
       <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
-
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
       <artifactId>commons-io</artifactId>
       <scope>test</scope>
     </dependency>
       <artifactId>commons-io</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>
   </dependencies>
 
   <build>
index c6ac7c9b944d8c50aae3c1c8a1333aba33803db9..4ab6b05c84800494cce000bb13bc5a524050ff38 100644 (file)
       <version>1.9.0-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
       <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>
 
     <!-- Akka -->
     <dependency>
index c503434dc08a65b09eaab80990e252614f5b6064..0136931405124b46409e321fe3c96a5b7fd4b6a2 100644 (file)
@@ -38,6 +38,7 @@
     <dependency>
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
     <dependency>
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>
index 39870f1e81fb3f46c1e21bce65d9614cbb8fa905..f4a1e37847bca902ccbae59d2442c8fe50033e28 100644 (file)
       <artifactId>mdsal-dom-inmemory-datastore</artifactId>
     </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>
     <dependency>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>yang-test-util</artifactId>
index 4cfeda5f979be8b393150c184cf2d8919ef6dac7..d5a1caf4ba1a7899c90f1972cf4aa66a706232bc 100644 (file)
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>commons-lang</groupId>
+            <artifactId>commons-lang</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>
     </dependencies>
 
     <build>