Merge pull request #1037 from unsafe-ptr/master-jdk17

quartz定时任务失效问题
This commit is contained in:
芋道源码
2025-12-07 10:33:33 +08:00
committed by GitHub

View File

@@ -56,6 +56,13 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- 强制指定quartz版本 -->
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
<version>2.5.2</version>
</dependency>
</dependencies>
</dependencyManagement>