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 a5b3309d071 Remove shardingsphere-proxy-frontend-core dependency 
(#35410)
a5b3309d071 is described below

commit a5b3309d071f7d87421f29a02de6d9484183ff73
Author: Liang Zhang <zhangli...@apache.org>
AuthorDate: Thu May 15 02:00:20 2025 +0800

    Remove shardingsphere-proxy-frontend-core dependency (#35410)
    
    - Removed shardingsphere-proxy-frontend-core dependency from e2e operation 
pipeline and transaction modules
    - This change simplifies the project structure and reduces redundant 
dependencies
---
 test/e2e/operation/pipeline/pom.xml    | 5 -----
 test/e2e/operation/transaction/pom.xml | 5 -----
 2 files changed, 10 deletions(-)

diff --git a/test/e2e/operation/pipeline/pom.xml 
b/test/e2e/operation/pipeline/pom.xml
index 3b1c326ad3d..14edf7b0cfa 100644
--- a/test/e2e/operation/pipeline/pom.xml
+++ b/test/e2e/operation/pipeline/pom.xml
@@ -31,11 +31,6 @@
     </properties>
     
     <dependencies>
-        <dependency>
-            <groupId>org.apache.shardingsphere</groupId>
-            <artifactId>shardingsphere-proxy-frontend-core</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>
             <artifactId>shardingsphere-proxy-bootstrap</artifactId>
diff --git a/test/e2e/operation/transaction/pom.xml 
b/test/e2e/operation/transaction/pom.xml
index 97cd0e6b6d4..e32bcd960a0 100644
--- a/test/e2e/operation/transaction/pom.xml
+++ b/test/e2e/operation/transaction/pom.xml
@@ -31,11 +31,6 @@
     </properties>
     
     <dependencies>
-        <dependency>
-            <groupId>org.apache.shardingsphere</groupId>
-            <artifactId>shardingsphere-proxy-frontend-core</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>
             <artifactId>shardingsphere-proxy-bootstrap</artifactId>

Reply via email to