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 be82cca5c86 Remove unused shardingsphere-db-protocol-core dependency 
(#35369)
be82cca5c86 is described below

commit be82cca5c868d383d61447d5db5375ce797c3fcb
Author: Liang Zhang <zhangli...@apache.org>
AuthorDate: Mon May 12 00:27:09 2025 +0800

    Remove unused shardingsphere-db-protocol-core dependency (#35369)
    
    - Removed shardingsphere-db-protocol-core dependency from proxy-bootstrap, 
proxy-frontend-core, and proxy-frontend-spi modules
---
 proxy/bootstrap/pom.xml     |  5 -----
 proxy/frontend/core/pom.xml | 10 ----------
 proxy/frontend/spi/pom.xml  |  5 -----
 3 files changed, 20 deletions(-)

diff --git a/proxy/bootstrap/pom.xml b/proxy/bootstrap/pom.xml
index 2e486e0f8ef..12c154213d9 100644
--- a/proxy/bootstrap/pom.xml
+++ b/proxy/bootstrap/pom.xml
@@ -27,11 +27,6 @@
     <name>${project.artifactId}</name>
     
     <dependencies>
-        <dependency>
-            <groupId>org.apache.shardingsphere</groupId>
-            <artifactId>shardingsphere-db-protocol-core</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>
             <artifactId>shardingsphere-proxy-frontend-core</artifactId>
diff --git a/proxy/frontend/core/pom.xml b/proxy/frontend/core/pom.xml
index 29fd62ff71c..d5e398bba0e 100644
--- a/proxy/frontend/core/pom.xml
+++ b/proxy/frontend/core/pom.xml
@@ -27,21 +27,11 @@
     <name>${project.artifactId}</name>
     
     <dependencies>
-        <dependency>
-            <groupId>org.apache.shardingsphere</groupId>
-            <artifactId>shardingsphere-db-protocol-core</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>
             <artifactId>shardingsphere-proxy-frontend-spi</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.shardingsphere</groupId>
-            <artifactId>shardingsphere-proxy-backend-core</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>
             <artifactId>shardingsphere-proxy-backend-mysql</artifactId>
diff --git a/proxy/frontend/spi/pom.xml b/proxy/frontend/spi/pom.xml
index 266516b25ab..17015476fba 100644
--- a/proxy/frontend/spi/pom.xml
+++ b/proxy/frontend/spi/pom.xml
@@ -27,11 +27,6 @@
     <name>${project.artifactId}</name>
     
     <dependencies>
-        <dependency>
-            <groupId>org.apache.shardingsphere</groupId>
-            <artifactId>shardingsphere-db-protocol-core</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>
             <artifactId>shardingsphere-proxy-backend-core</artifactId>

Reply via email to