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 9220d2631b4 Fixes pom format for binder-dialect (#36305)
9220d2631b4 is described below

commit 9220d2631b461dc3faf6ecf302f528dfcfda04a0
Author: Liang Zhang <[email protected]>
AuthorDate: Thu Aug 14 20:06:05 2025 +0800

    Fixes pom format for binder-dialect (#36305)
---
 infra/binder/dialect/mysql/pom.xml      | 1 -
 infra/binder/dialect/opengauss/pom.xml  | 1 -
 infra/binder/dialect/oracle/pom.xml     | 1 -
 infra/binder/dialect/postgresql/pom.xml | 1 -
 4 files changed, 4 deletions(-)

diff --git a/infra/binder/dialect/mysql/pom.xml 
b/infra/binder/dialect/mysql/pom.xml
index 725856a2662..a2a110f26b7 100644
--- a/infra/binder/dialect/mysql/pom.xml
+++ b/infra/binder/dialect/mysql/pom.xml
@@ -32,7 +32,6 @@
             <artifactId>shardingsphere-infra-binder-core</artifactId>
             <version>${project.version}</version>
         </dependency>
-        
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>
             <artifactId>shardingsphere-parser-sql-statement-mysql</artifactId>
diff --git a/infra/binder/dialect/opengauss/pom.xml 
b/infra/binder/dialect/opengauss/pom.xml
index 046e6dba3d5..16d4fbeb333 100644
--- a/infra/binder/dialect/opengauss/pom.xml
+++ b/infra/binder/dialect/opengauss/pom.xml
@@ -32,7 +32,6 @@
             <artifactId>shardingsphere-infra-binder-core</artifactId>
             <version>${project.version}</version>
         </dependency>
-        
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>
             <artifactId>shardingsphere-infra-binder-postgresql</artifactId>
diff --git a/infra/binder/dialect/oracle/pom.xml 
b/infra/binder/dialect/oracle/pom.xml
index 3c76e64a63c..204ad0f4a4a 100644
--- a/infra/binder/dialect/oracle/pom.xml
+++ b/infra/binder/dialect/oracle/pom.xml
@@ -32,7 +32,6 @@
             <artifactId>shardingsphere-infra-binder-core</artifactId>
             <version>${project.version}</version>
         </dependency>
-        
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>
             <artifactId>shardingsphere-parser-sql-statement-oracle</artifactId>
diff --git a/infra/binder/dialect/postgresql/pom.xml 
b/infra/binder/dialect/postgresql/pom.xml
index 77d167f7b5b..6dcfe992cad 100644
--- a/infra/binder/dialect/postgresql/pom.xml
+++ b/infra/binder/dialect/postgresql/pom.xml
@@ -32,7 +32,6 @@
             <artifactId>shardingsphere-infra-binder-core</artifactId>
             <version>${project.version}</version>
         </dependency>
-        
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>
             
<artifactId>shardingsphere-parser-sql-statement-postgresql</artifactId>

Reply via email to