This commit is contained in:
xueli.xue 2017-03-25 18:08:35 +08:00
parent 6d5724577c
commit 6aab96d014
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ XXL-JOB是一个轻量级分布式任务调度框架其核心设计目标是
<dependency> <dependency>
<groupId>com.xuxueli</groupId> <groupId>com.xuxueli</groupId>
<artifactId>xxl-job-core</artifactId> <artifactId>xxl-job-core</artifactId>
<version>1.6.0</version> <version>1.6.1</version>
</dependency> </dependency>
``` ```