fixed: 强制指定quartz版本,解决同时使用Postgres数据库与quartz2.5.2版本产生的bug

This commit is contained in:
Leslie
2025-12-06 22:56:19 +08:00
parent 10e521dcf7
commit d12abb4e5a

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.0</version>
</dependency>
</dependencies>
</dependencyManagement>