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 3c0faf2d7fc Remove firebird driver dependency from jdbc module (#35980)
3c0faf2d7fc is described below

commit 3c0faf2d7fc83ab0dd862c9099cec883702a1bc9
Author: Liang Zhang <zhangli...@apache.org>
AuthorDate: Sun Jul 13 23:48:33 2025 +0800

    Remove firebird driver dependency from jdbc module (#35980)
---
 db-protocol/firebird/pom.xml | 1 -
 jdbc/pom.xml                 | 5 -----
 2 files changed, 6 deletions(-)

diff --git a/db-protocol/firebird/pom.xml b/db-protocol/firebird/pom.xml
index 3a1654f6264..948ee8be13c 100644
--- a/db-protocol/firebird/pom.xml
+++ b/db-protocol/firebird/pom.xml
@@ -38,6 +38,5 @@
             <artifactId>jaybird</artifactId>
             <scope>compile</scope>
         </dependency>
-        
     </dependencies>
 </project>
diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index c1d27a27ec8..4e90a050108 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -158,11 +158,6 @@
             <artifactId>h2</artifactId>
             <scope>runtime</scope>
         </dependency>
-        <dependency>
-            <groupId>org.firebirdsql.jdbc</groupId>
-            <artifactId>jaybird</artifactId>
-            <scope>runtime</scope>
-        </dependency>
         
         <dependency>
             <groupId>com.zaxxer</groupId>

Reply via email to