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 ed8e0d6133a Remove useless dependencies declarations for feature pom 
(#31956)
ed8e0d6133a is described below

commit ed8e0d6133aeb1b8a7cf3e171396d575a11538bb
Author: Liang Zhang <[email protected]>
AuthorDate: Tue Jul 2 14:17:00 2024 +0800

    Remove useless dependencies declarations for feature pom (#31956)
---
 features/broadcast/core/pom.xml          |  5 -----
 features/encrypt/api/pom.xml             |  5 -----
 features/encrypt/core/pom.xml            |  5 -----
 features/readwrite-splitting/api/pom.xml |  5 -----
 features/shadow/api/pom.xml              |  5 -----
 features/shadow/core/pom.xml             | 10 ----------
 features/sharding/api/pom.xml            |  5 -----
 features/sharding/core/pom.xml           | 15 ---------------
 8 files changed, 55 deletions(-)

diff --git a/features/broadcast/core/pom.xml b/features/broadcast/core/pom.xml
index 0b64ca60169..3d8adf3bb33 100644
--- a/features/broadcast/core/pom.xml
+++ b/features/broadcast/core/pom.xml
@@ -33,11 +33,6 @@
             <version>${project.version}</version>
         </dependency>
         
-        <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-route</artifactId>
diff --git a/features/encrypt/api/pom.xml b/features/encrypt/api/pom.xml
index f7c3e08a5bb..3566c9ffb94 100644
--- a/features/encrypt/api/pom.xml
+++ b/features/encrypt/api/pom.xml
@@ -27,11 +27,6 @@
     <name>${project.artifactId}</name>
     
     <dependencies>
-        <dependency>
-            <groupId>org.apache.shardingsphere</groupId>
-            <artifactId>shardingsphere-infra-common</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>
             <artifactId>shardingsphere-infra-algorithm-core</artifactId>
diff --git a/features/encrypt/core/pom.xml b/features/encrypt/core/pom.xml
index 207d476e8f9..ffb29cdb66e 100644
--- a/features/encrypt/core/pom.xml
+++ b/features/encrypt/core/pom.xml
@@ -32,11 +32,6 @@
             <artifactId>shardingsphere-encrypt-api</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.shardingsphere</groupId>
-            <artifactId>shardingsphere-infra-rewrite</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>
             <artifactId>shardingsphere-infra-merge</artifactId>
diff --git a/features/readwrite-splitting/api/pom.xml 
b/features/readwrite-splitting/api/pom.xml
index 539eb9c8a4e..4246b5eea0b 100644
--- a/features/readwrite-splitting/api/pom.xml
+++ b/features/readwrite-splitting/api/pom.xml
@@ -27,11 +27,6 @@
     <name>${project.artifactId}</name>
     
     <dependencies>
-        <dependency>
-            <groupId>org.apache.shardingsphere</groupId>
-            <artifactId>shardingsphere-infra-common</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>
             <artifactId>shardingsphere-infra-algorithm-core</artifactId>
diff --git a/features/shadow/api/pom.xml b/features/shadow/api/pom.xml
index 3bf5bfdd77b..6721850fc49 100644
--- a/features/shadow/api/pom.xml
+++ b/features/shadow/api/pom.xml
@@ -27,11 +27,6 @@
     <name>${project.artifactId}</name>
     
     <dependencies>
-        <dependency>
-            <groupId>org.apache.shardingsphere</groupId>
-            <artifactId>shardingsphere-infra-common</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>
             <artifactId>shardingsphere-infra-algorithm-core</artifactId>
diff --git a/features/shadow/core/pom.xml b/features/shadow/core/pom.xml
index 42c61cdb4e2..03d87001091 100644
--- a/features/shadow/core/pom.xml
+++ b/features/shadow/core/pom.xml
@@ -32,16 +32,6 @@
             <artifactId>shardingsphere-shadow-api</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <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-route</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>
             <artifactId>shardingsphere-infra-rewrite</artifactId>
diff --git a/features/sharding/api/pom.xml b/features/sharding/api/pom.xml
index a8165419b95..9df56a14cc8 100644
--- a/features/sharding/api/pom.xml
+++ b/features/sharding/api/pom.xml
@@ -27,11 +27,6 @@
     <name>${project.artifactId}</name>
     
     <dependencies>
-        <dependency>
-            <groupId>org.apache.shardingsphere</groupId>
-            <artifactId>shardingsphere-infra-common</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>
             <artifactId>shardingsphere-infra-algorithm-core</artifactId>
diff --git a/features/sharding/core/pom.xml b/features/sharding/core/pom.xml
index 39c588c061b..c0d7b5739b2 100644
--- a/features/sharding/core/pom.xml
+++ b/features/sharding/core/pom.xml
@@ -33,21 +33,6 @@
             <version>${project.version}</version>
         </dependency>
         
-        <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-route</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.shardingsphere</groupId>
-            <artifactId>shardingsphere-infra-rewrite</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>
             <artifactId>shardingsphere-infra-merge</artifactId>

Reply via email to