diff --git a/pom.xml b/pom.xml index 138f1fbd33..7475c790bb 100644 --- a/pom.xml +++ b/pom.xml @@ -30,6 +30,7 @@ 4.1.2 2.3 0.9.1 + 2.5.2 8.2.0 2.3.1 6.0.0 @@ -129,6 +130,13 @@ ${velocity.version} + + + org.quartz-scheduler + quartz + ${quartz.version} + + com.alibaba.fastjson2 diff --git a/ruoyi-quartz/pom.xml b/ruoyi-quartz/pom.xml index 4806634a47..79deebc7fc 100644 --- a/ruoyi-quartz/pom.xml +++ b/ruoyi-quartz/pom.xml @@ -21,12 +21,6 @@ org.quartz-scheduler quartz - - - com.mchange - c3p0 - -