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 c8633116f8c Remove useless dependencies declarations for infra pom 
(#31938)
c8633116f8c is described below

commit c8633116f8c368abb11212131933f82b40a761a5
Author: Liang Zhang <[email protected]>
AuthorDate: Mon Jul 1 00:51:03 2024 +0800

    Remove useless dependencies declarations for infra pom (#31938)
    
    * Remove useless dependencies declarations for infra pom
    
    * Remove useless dependencies declarations for infra pom
---
 infra/algorithm/key-generator/type/snowflake/pom.xml |  1 +
 infra/algorithm/message-digest/type/md5/pom.xml      |  1 +
 infra/binder/pom.xml                                 |  5 -----
 infra/data-source-pool/core/pom.xml                  | 18 +++++++++---------
 infra/database/core/pom.xml                          |  5 -----
 infra/merge/pom.xml                                  |  5 -----
 infra/pom.xml                                        |  2 +-
 infra/route/pom.xml                                  |  5 -----
 infra/url/core/pom.xml                               |  5 -----
 9 files changed, 12 insertions(+), 35 deletions(-)

diff --git a/infra/algorithm/key-generator/type/snowflake/pom.xml 
b/infra/algorithm/key-generator/type/snowflake/pom.xml
index 09ce49621d8..497f80da022 100644
--- a/infra/algorithm/key-generator/type/snowflake/pom.xml
+++ b/infra/algorithm/key-generator/type/snowflake/pom.xml
@@ -39,6 +39,7 @@
             <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
+        
         <dependency>
             <groupId>org.awaitility</groupId>
             <artifactId>awaitility</artifactId>
diff --git a/infra/algorithm/message-digest/type/md5/pom.xml 
b/infra/algorithm/message-digest/type/md5/pom.xml
index f4467c09d86..ffd14fe5ccf 100644
--- a/infra/algorithm/message-digest/type/md5/pom.xml
+++ b/infra/algorithm/message-digest/type/md5/pom.xml
@@ -32,6 +32,7 @@
             
<artifactId>shardingsphere-infra-algorithm-message-digest-core</artifactId>
             <version>${project.version}</version>
         </dependency>
+        
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>
             <artifactId>shardingsphere-test-util</artifactId>
diff --git a/infra/binder/pom.xml b/infra/binder/pom.xml
index 9e5f9bf41a6..53890f0bc6b 100644
--- a/infra/binder/pom.xml
+++ b/infra/binder/pom.xml
@@ -27,11 +27,6 @@
     <name>${project.artifactId}</name>
     
     <dependencies>
-        <dependency>
-            <groupId>org.apache.shardingsphere</groupId>
-            
<artifactId>shardingsphere-infra-exception-dialect-core</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>
             <artifactId>shardingsphere-parser-sql-engine</artifactId>
diff --git a/infra/data-source-pool/core/pom.xml 
b/infra/data-source-pool/core/pom.xml
index 3bc8546ec16..b760674879d 100644
--- a/infra/data-source-pool/core/pom.xml
+++ b/infra/data-source-pool/core/pom.xml
@@ -33,15 +33,6 @@
             <version>${project.version}</version>
         </dependency>
         
-        <dependency>
-            <groupId>org.awaitility</groupId>
-            <artifactId>awaitility</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>com.zaxxer</groupId>
-            <artifactId>HikariCP</artifactId>
-        </dependency>
-        
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>
             <artifactId>shardingsphere-test-fixture-database</artifactId>
@@ -54,5 +45,14 @@
             <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
+        
+        <dependency>
+            <groupId>org.awaitility</groupId>
+            <artifactId>awaitility</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.zaxxer</groupId>
+            <artifactId>HikariCP</artifactId>
+        </dependency>
     </dependencies>
 </project>
diff --git a/infra/database/core/pom.xml b/infra/database/core/pom.xml
index 242a649a1b5..7cfdefff357 100644
--- a/infra/database/core/pom.xml
+++ b/infra/database/core/pom.xml
@@ -27,11 +27,6 @@
     <name>${project.artifactId}</name>
     
     <dependencies>
-        <dependency>
-            <groupId>org.apache.shardingsphere</groupId>
-            <artifactId>shardingsphere-infra-exception-core</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>
             <artifactId>shardingsphere-infra-util</artifactId>
diff --git a/infra/merge/pom.xml b/infra/merge/pom.xml
index 79132cbc64f..320761f92de 100644
--- a/infra/merge/pom.xml
+++ b/infra/merge/pom.xml
@@ -27,11 +27,6 @@
     <name>${project.artifactId}</name>
     
     <dependencies>
-        <dependency>
-            <groupId>org.apache.shardingsphere</groupId>
-            <artifactId>shardingsphere-infra-binder</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>
             <artifactId>shardingsphere-infra-executor</artifactId>
diff --git a/infra/pom.xml b/infra/pom.xml
index b4c20052049..fd6d6f75023 100644
--- a/infra/pom.xml
+++ b/infra/pom.xml
@@ -35,6 +35,7 @@
         <module>common</module>
         <module>context</module>
         <module>url</module>
+        <module>algorithm</module>
         <module>distsql-handler</module>
         <module>parser</module>
         <module>binder</module>
@@ -46,6 +47,5 @@
         <module>expr</module>
         <module>util</module>
         <module>reachability-metadata</module>
-        <module>algorithm</module>
     </modules>
 </project>
diff --git a/infra/route/pom.xml b/infra/route/pom.xml
index 9c9c3b0e55e..7b781aab87f 100644
--- a/infra/route/pom.xml
+++ b/infra/route/pom.xml
@@ -27,11 +27,6 @@
     <name>${project.artifactId}</name>
     
     <dependencies>
-        <dependency>
-            <groupId>org.apache.shardingsphere</groupId>
-            <artifactId>shardingsphere-infra-binder</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>
             <artifactId>shardingsphere-infra-session</artifactId>
diff --git a/infra/url/core/pom.xml b/infra/url/core/pom.xml
index 717c4f467da..6adbd8b6f18 100644
--- a/infra/url/core/pom.xml
+++ b/infra/url/core/pom.xml
@@ -32,11 +32,6 @@
             <artifactId>shardingsphere-infra-url-spi</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.shardingsphere</groupId>
-            <artifactId>shardingsphere-infra-exception-core</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>

Reply via email to