From 10f5fb73e0f29150bf3cb9e7a427d4d3eb1e15f0 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sun, 29 Sep 2024 20:45:04 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BE=9D=E8=B5=96=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E3=80=91dm8=20from=208.1.3.62=20to=208.1.3.140=20=E3=80=90?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E5=8D=87=E7=BA=A7=E3=80=91opengauss=20from?= =?UTF-8?q?=205.0.2=20to=205.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-dependencies/pom.xml | 16 +++++++++++++++- .../yudao-spring-boot-starter-mybatis/pom.xml | 10 ++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/yudao-dependencies/pom.xml b/yudao-dependencies/pom.xml index 2181b4a95..c0a677aa3 100644 --- a/yudao-dependencies/pom.xml +++ b/yudao-dependencies/pom.xml @@ -32,7 +32,9 @@ 1.4.13 3.0.5 3.32.0 - 8.1.3.62 + 8.1.3.140 + 8.6.0 + 5.1.0 2.3.1 @@ -271,6 +273,18 @@ ${dm8.jdbc.version} + + org.opengauss + opengauss-jdbc + ${opengauss.jdbc.version} + + + + cn.com.kingbase + kingbase8 + ${kingbase.jdbc.version} + + cn.iocoder.cloud diff --git a/yudao-framework/yudao-spring-boot-starter-mybatis/pom.xml b/yudao-framework/yudao-spring-boot-starter-mybatis/pom.xml index d02b68d73..6b94988dd 100644 --- a/yudao-framework/yudao-spring-boot-starter-mybatis/pom.xml +++ b/yudao-framework/yudao-spring-boot-starter-mybatis/pom.xml @@ -53,6 +53,16 @@ DmJdbcDriver18 true + + cn.com.kingbase + kingbase8 + true + + + org.opengauss + opengauss-jdbc + true + com.alibaba