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 fd3b4e3ff37 Remove useless shardingsphere-test-fixture-database 
dependency of shardingsphere-proxy-backend-firebird (#36215)
fd3b4e3ff37 is described below

commit fd3b4e3ff37641bb43e8a743fcac684c46ab8c3c
Author: Liang Zhang <[email protected]>
AuthorDate: Fri Aug 8 20:45:03 2025 +0800

    Remove useless shardingsphere-test-fixture-database dependency of 
shardingsphere-proxy-backend-firebird (#36215)
---
 proxy/backend/type/firebird/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/proxy/backend/type/firebird/pom.xml 
b/proxy/backend/type/firebird/pom.xml
index 3ce29004aeb..6c387293681 100644
--- a/proxy/backend/type/firebird/pom.xml
+++ b/proxy/backend/type/firebird/pom.xml
@@ -49,11 +49,5 @@
             <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.shardingsphere</groupId>
-            <artifactId>shardingsphere-test-fixture-database</artifactId>
-            <version>${project.version}</version>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 </project>

Reply via email to