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 03ca0523727 Try to fix sql-e2e (#35471)
03ca0523727 is described below

commit 03ca0523727184b1ab0e0535022ac0689e801967
Author: Liang Zhang <[email protected]>
AuthorDate: Tue May 20 11:37:27 2025 +0800

    Try to fix sql-e2e (#35471)
---
 test/e2e/fixture/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/test/e2e/fixture/pom.xml b/test/e2e/fixture/pom.xml
index 89c59cc29b2..1e6c0ac40ed 100644
--- a/test/e2e/fixture/pom.xml
+++ b/test/e2e/fixture/pom.xml
@@ -92,11 +92,21 @@
             <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