This is an automated email from the ASF dual-hosted git repository.

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 48fe869231c Refactor dependency of commons-csv (#35927)
48fe869231c is described below

commit 48fe869231c1ccdc9cea2602aed6ccfd5532f522
Author: Liang Zhang <[email protected]>
AuthorDate: Wed Jul 9 13:50:09 2025 +0800

    Refactor dependency of commons-csv (#35927)
---
 pom.xml                | 7 +++++++
 test/it/parser/pom.xml | 3 +--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c3a09519c51..3746851c51b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -562,6 +562,13 @@
                 <scope>test</scope>
             </dependency>
             
+            <dependency>
+                <groupId>org.apache.commons</groupId>
+                <artifactId>commons-csv</artifactId>
+                <version>${commons-csv.version}</version>
+                <scope>test</scope>
+            </dependency>
+            
             <dependency>
                 <groupId>org.apache.curator</groupId>
                 <artifactId>curator-test</artifactId>
diff --git a/test/it/parser/pom.xml b/test/it/parser/pom.xml
index beb7222096c..2b46ac060a9 100644
--- a/test/it/parser/pom.xml
+++ b/test/it/parser/pom.xml
@@ -168,13 +168,12 @@
         <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-junit-jupiter</artifactId>
-            <version>${mockito.version}</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-csv</artifactId>
-            <version>${commons-csv.version}</version>
+            <scope>compile</scope>
         </dependency>
     </dependencies>
 </project>

Reply via email to