升级quartz版本至2.3.0;

This commit is contained in:
xueli.xue 2017-05-08 18:22:39 +08:00
parent ff5a5bcd4a
commit d8508552c8
2 changed files with 2 additions and 1 deletions

View File

@ -815,6 +815,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
- 5、JobHandler中开启子线程时支持子线程输出执行日志并通过Rolling查看。
- 6、任务日志清理功能
- 7、弹框组件统一替换为layer
- 8、升级quartz版本至2.3.0
#### TODO LIST
- 1、任务并行触发处理规则单机串行队列默认、单机并行、串行忽略、单机覆盖

View File

@ -139,7 +139,7 @@
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
<version>2.2.3</version>
<version>2.3.0</version>
</dependency>
<!-- xxl-job-core -->