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 - -