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 f043cac51a3 Update dependencies and remove duplicates (#35375)
f043cac51a3 is described below

commit f043cac51a31aca04fb41bf6aeac13322672f163
Author: Liang Zhang <zhangli...@apache.org>
AuthorDate: Mon May 12 17:59:01 2025 +0800

    Update dependencies and remove duplicates (#35375)
    
    * Update dependencies and remove duplicates
    
    - Add shardingsphere-data-pipeline dependencies for MySQL, PostgreSQL, and 
OpenGauss
    - Remove duplicate dependencies in proxy-backend core
    - Adjust dependency versions and scopes across multiple sections
    
    * Update dependencies and remove duplicates
    
    - Add shardingsphere-data-pipeline dependencies for MySQL, PostgreSQL, and 
OpenGauss
    - Remove duplicate dependencies in proxy-backend core
    - Adjust dependency versions and scopes across multiple sections
    
    * Update dependencies and remove duplicates
    
    - Add shardingsphere-data-pipeline dependencies for MySQL, PostgreSQL, and 
OpenGauss
    - Remove duplicate dependencies in proxy-backend core
    - Adjust dependency versions and scopes across multiple sections
---
 distribution/pom.xml        | 45 +++++++++++++++++++++++++++++++++------------
 proxy/backend/core/pom.xml  | 18 ------------------
 proxy/bootstrap/pom.xml     | 12 ++++++++++++
 proxy/frontend/core/pom.xml | 12 ++++++++++++
 4 files changed, 57 insertions(+), 30 deletions(-)

diff --git a/distribution/pom.xml b/distribution/pom.xml
index 02eba54b8e0..dbc2b98141e 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -98,6 +98,12 @@
                     <version>${project.version}</version>
                     <scope>runtime</scope>
                 </dependency>
+                <dependency>
+                    <groupId>org.apache.shardingsphere</groupId>
+                    
<artifactId>shardingsphere-data-pipeline-postgresql</artifactId>
+                    <version>${project.version}</version>
+                    <scope>runtime</scope>
+                </dependency>
                 
                 <dependency>
                     <groupId>org.apache.shardingsphere</groupId>
@@ -117,6 +123,12 @@
                     <version>${project.version}</version>
                     <scope>runtime</scope>
                 </dependency>
+                <dependency>
+                    <groupId>org.apache.shardingsphere</groupId>
+                    <artifactId>shardingsphere-data-pipeline-mysql</artifactId>
+                    <version>${project.version}</version>
+                    <scope>runtime</scope>
+                </dependency>
                 
                 <dependency>
                     <groupId>org.apache.shardingsphere</groupId>
@@ -149,6 +161,12 @@
                     <version>${project.version}</version>
                     <scope>runtime</scope>
                 </dependency>
+                <dependency>
+                    <groupId>org.apache.shardingsphere</groupId>
+                    
<artifactId>shardingsphere-data-pipeline-opengauss</artifactId>
+                    <version>${project.version}</version>
+                    <scope>runtime</scope>
+                </dependency>
                 
                 <dependency>
                     <groupId>org.postgresql</groupId>
@@ -184,6 +202,12 @@
                     <version>${project.version}</version>
                     <scope>runtime</scope>
                 </dependency>
+                <dependency>
+                    <groupId>org.apache.shardingsphere</groupId>
+                    
<artifactId>shardingsphere-data-pipeline-postgresql</artifactId>
+                    <version>${project.version}</version>
+                    <scope>runtime</scope>
+                </dependency>
                 <dependency>
                     <groupId>org.postgresql</groupId>
                     <artifactId>postgresql</artifactId>
@@ -213,8 +237,9 @@
                     <scope>runtime</scope>
                 </dependency>
                 <dependency>
-                    <groupId>com.mysql</groupId>
-                    <artifactId>mysql-connector-j</artifactId>
+                    <groupId>org.apache.shardingsphere</groupId>
+                    <artifactId>shardingsphere-data-pipeline-mysql</artifactId>
+                    <version>${project.version}</version>
                     <scope>runtime</scope>
                 </dependency>
             </dependencies>
@@ -262,6 +287,12 @@
                     <version>${project.version}</version>
                     <scope>runtime</scope>
                 </dependency>
+                <dependency>
+                    <groupId>org.apache.shardingsphere</groupId>
+                    
<artifactId>shardingsphere-data-pipeline-opengauss</artifactId>
+                    <version>${project.version}</version>
+                    <scope>runtime</scope>
+                </dependency>
                 <dependency>
                     <groupId>org.opengauss</groupId>
                     <artifactId>opengauss-jdbc</artifactId>
@@ -343,11 +374,6 @@
                     <version>${project.version}</version>
                     <scope>runtime</scope>
                 </dependency>
-                <dependency>
-                    <groupId>com.mysql</groupId>
-                    <artifactId>mysql-connector-j</artifactId>
-                    <scope>runtime</scope>
-                </dependency>
             </dependencies>
         </profile>
         <profile>
@@ -377,11 +403,6 @@
                     <version>${project.version}</version>
                     <scope>runtime</scope>
                 </dependency>
-                <dependency>
-                    <groupId>org.mariadb.jdbc</groupId>
-                    <artifactId>mariadb-java-client</artifactId>
-                    <scope>runtime</scope>
-                </dependency>
             </dependencies>
         </profile>
     </profiles>
diff --git a/proxy/backend/core/pom.xml b/proxy/backend/core/pom.xml
index 0d64d547d49..deec796c4b9 100644
--- a/proxy/backend/core/pom.xml
+++ b/proxy/backend/core/pom.xml
@@ -132,24 +132,6 @@
             
<artifactId>shardingsphere-global-clock-tso-provider-local</artifactId>
             <version>${project.parent.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.shardingsphere</groupId>
-            <artifactId>shardingsphere-data-pipeline-mysql</artifactId>
-            <version>${project.version}</version>
-            <scope>runtime</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.shardingsphere</groupId>
-            <artifactId>shardingsphere-data-pipeline-postgresql</artifactId>
-            <version>${project.version}</version>
-            <scope>runtime</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.shardingsphere</groupId>
-            <artifactId>shardingsphere-data-pipeline-opengauss</artifactId>
-            <version>${project.version}</version>
-            <scope>runtime</scope>
-        </dependency>
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>
             
<artifactId>shardingsphere-data-pipeline-scenario-migration</artifactId>
diff --git a/proxy/bootstrap/pom.xml b/proxy/bootstrap/pom.xml
index 12c154213d9..3fc35572dee 100644
--- a/proxy/bootstrap/pom.xml
+++ b/proxy/bootstrap/pom.xml
@@ -83,6 +83,18 @@
             <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.shardingsphere</groupId>
+            <artifactId>shardingsphere-postgresql-protocol</artifactId>
+            <version>${project.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.shardingsphere</groupId>
+            <artifactId>shardingsphere-mysql-protocol</artifactId>
+            <version>${project.version}</version>
+            <scope>test</scope>
+        </dependency>
         
         <dependency>
             <groupId>com.zaxxer</groupId>
diff --git a/proxy/frontend/core/pom.xml b/proxy/frontend/core/pom.xml
index 7d4acc25f68..53a03c3d5cb 100644
--- a/proxy/frontend/core/pom.xml
+++ b/proxy/frontend/core/pom.xml
@@ -45,6 +45,18 @@
             <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.shardingsphere</groupId>
+            <artifactId>shardingsphere-infra-database-postgresql</artifactId>
+            <version>${project.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.shardingsphere</groupId>
+            <artifactId>shardingsphere-infra-database-mysql</artifactId>
+            <version>${project.version}</version>
+            <scope>test</scope>
+        </dependency>
         
         <dependency>
             <groupId>io.netty</groupId>

Reply via email to