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
commit 80bca183ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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>