From fe0bf59fca7a7fcc6a631ff24769eb44f5f82d33 Mon Sep 17 00:00:00 2001 From: dongfeng Date: Tue, 19 Sep 2023 16:29:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7druid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jeecg-boot-base-core/pom.xml | 7 ------- pom.xml | 14 +++++++++++++- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/jeecg-boot-base-core/pom.xml b/jeecg-boot-base-core/pom.xml index 37904e6df7..a54b1a74a6 100644 --- a/jeecg-boot-base-core/pom.xml +++ b/jeecg-boot-base-core/pom.xml @@ -102,13 +102,6 @@ ${mybatis-plus.version} - - - com.alibaba - druid-spring-boot-starter - ${druid.version} - - com.baomidou diff --git a/pom.xml b/pom.xml index 45a74b68ec..103356954c 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ 3.5.3 3.2.0 - 1.2.15 + 1.2.18 1.9.3 @@ -346,6 +346,18 @@ jimureport-nosql-starter 1.5.6 + + + com.alibaba + druid-spring-boot-starter + ${druid.version} + true + + + com.alibaba + druid + ${druid.version} +