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 0a5b00b18ea Update dependencies for proxy bootstrap (#35466)
0a5b00b18ea is described below

commit 0a5b00b18ea594b435fd9f12d95db57f8a3dd19f
Author: Liang Zhang <[email protected]>
AuthorDate: Tue May 20 00:11:53 2025 +0800

    Update dependencies for proxy bootstrap (#35466)
---
 proxy/bootstrap/pom.xml | 103 +++---------------------------------------------
 1 file changed, 5 insertions(+), 98 deletions(-)

diff --git a/proxy/bootstrap/pom.xml b/proxy/bootstrap/pom.xml
index 1a4369a83b7..7c53aa21abb 100644
--- a/proxy/bootstrap/pom.xml
+++ b/proxy/bootstrap/pom.xml
@@ -109,117 +109,34 @@
             <dependencies>
                 <dependency>
                     <groupId>org.apache.shardingsphere</groupId>
-                    
<artifactId>shardingsphere-parser-sql-postgresql</artifactId>
+                    
<artifactId>shardingsphere-proxy-dialect-postgresql</artifactId>
                     <version>${project.version}</version>
                     <scope>runtime</scope>
                 </dependency>
                 <dependency>
                     <groupId>org.apache.shardingsphere</groupId>
-                    
<artifactId>shardingsphere-infra-binder-postgresql</artifactId>
+                    <artifactId>shardingsphere-proxy-dialect-mysql</artifactId>
                     <version>${project.version}</version>
                     <scope>runtime</scope>
                 </dependency>
                 <dependency>
                     <groupId>org.apache.shardingsphere</groupId>
-                    <artifactId>shardingsphere-postgresql-protocol</artifactId>
+                    
<artifactId>shardingsphere-proxy-dialect-oracle</artifactId>
                     <version>${project.version}</version>
                     <scope>runtime</scope>
                 </dependency>
                 <dependency>
                     <groupId>org.apache.shardingsphere</groupId>
-                    
<artifactId>shardingsphere-proxy-frontend-postgresql</artifactId>
+                    
<artifactId>shardingsphere-proxy-dialect-sqlserver</artifactId>
                     <version>${project.version}</version>
                     <scope>runtime</scope>
                 </dependency>
                 <dependency>
                     <groupId>org.apache.shardingsphere</groupId>
-                    
<artifactId>shardingsphere-data-pipeline-postgresql</artifactId>
+                    
<artifactId>shardingsphere-proxy-dialect-opengauss</artifactId>
                     <version>${project.version}</version>
                     <scope>runtime</scope>
                 </dependency>
-                
-                <dependency>
-                    <groupId>org.apache.shardingsphere</groupId>
-                    <artifactId>shardingsphere-parser-sql-mysql</artifactId>
-                    <version>${project.version}</version>
-                    <scope>runtime</scope>
-                </dependency>
-                <dependency>
-                    <groupId>org.apache.shardingsphere</groupId>
-                    <artifactId>shardingsphere-infra-binder-mysql</artifactId>
-                    <version>${project.version}</version>
-                    <scope>runtime</scope>
-                </dependency>
-                <dependency>
-                    <groupId>org.apache.shardingsphere</groupId>
-                    <artifactId>shardingsphere-mysql-protocol</artifactId>
-                    <version>${project.version}</version>
-                    <scope>runtime</scope>
-                </dependency>
-                <dependency>
-                    <groupId>org.apache.shardingsphere</groupId>
-                    
<artifactId>shardingsphere-proxy-frontend-mysql</artifactId>
-                    <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>
-                    <artifactId>shardingsphere-parser-sql-oracle</artifactId>
-                    <version>${project.version}</version>
-                    <scope>runtime</scope>
-                </dependency>
-                <dependency>
-                    <groupId>org.apache.shardingsphere</groupId>
-                    <artifactId>shardingsphere-infra-binder-oracle</artifactId>
-                    <version>${project.version}</version>
-                    <scope>runtime</scope>
-                </dependency>
-                
-                <dependency>
-                    <groupId>org.apache.shardingsphere</groupId>
-                    
<artifactId>shardingsphere-parser-sql-sqlserver</artifactId>
-                    <version>${project.version}</version>
-                    <scope>runtime</scope>
-                </dependency>
-                
-                <dependency>
-                    <groupId>org.apache.shardingsphere</groupId>
-                    
<artifactId>shardingsphere-parser-sql-opengauss</artifactId>
-                    <version>${project.version}</version>
-                    <scope>runtime</scope>
-                </dependency>
-                <dependency>
-                    <groupId>org.apache.shardingsphere</groupId>
-                    
<artifactId>shardingsphere-infra-binder-opengauss</artifactId>
-                    <version>${project.version}</version>
-                    <scope>runtime</scope>
-                </dependency>
-                <dependency>
-                    <groupId>org.apache.shardingsphere</groupId>
-                    <artifactId>shardingsphere-opengauss-protocol</artifactId>
-                    <version>${project.version}</version>
-                    <scope>runtime</scope>
-                </dependency>
-                <dependency>
-                    <groupId>org.apache.shardingsphere</groupId>
-                    
<artifactId>shardingsphere-proxy-frontend-opengauss</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-standalone-mode-repository-jdbc</artifactId>
@@ -239,21 +156,11 @@
                     <scope>runtime</scope>
                 </dependency>
                 
-                <dependency>
-                    <groupId>org.postgresql</groupId>
-                    <artifactId>postgresql</artifactId>
-                    <scope>runtime</scope>
-                </dependency>
                 <dependency>
                     <groupId>com.mysql</groupId>
                     <artifactId>mysql-connector-j</artifactId>
                     <scope>runtime</scope>
                 </dependency>
-                <dependency>
-                    <groupId>org.opengauss</groupId>
-                    <artifactId>opengauss-jdbc</artifactId>
-                    <scope>runtime</scope>
-                </dependency>
                 <dependency>
                     <groupId>com.h2database</groupId>
                     <artifactId>h2</artifactId>

Reply via email to