From ee3e92698546b77bf7cdff742c12cdd7242cf433 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Fri, 12 Dec 2025 11:21:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7spring-boot=E5=88=B0=E6=9C=80?= =?UTF-8?q?=E6=96=B0=E7=89=88=E6=9C=AC3.5.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 10 +++++++++- ruoyi-quartz/pom.xml | 6 ------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index a8b51d94..89c5979c 100644 --- a/pom.xml +++ b/pom.xml @@ -28,6 +28,7 @@ 6.9.1 2.21.0 4.1.2 + 2.5.2 2.3 2.8.14 @@ -40,7 +41,7 @@ org.springframework.boot spring-boot-dependencies - 3.5.4 + 3.5.8 pom import @@ -171,6 +172,13 @@ ${velocity.version} + + + org.quartz-scheduler + quartz + ${quartz.version} + + com.alibaba diff --git a/ruoyi-quartz/pom.xml b/ruoyi-quartz/pom.xml index f183a1cd..c1947bb5 100644 --- a/ruoyi-quartz/pom.xml +++ b/ruoyi-quartz/pom.xml @@ -21,12 +21,6 @@ org.quartz-scheduler quartz - - - com.mchange - c3p0 - -