This commit is contained in:
xueli.xue 2017-05-02 18:08:18 +08:00
parent 813fea393f
commit c3e59ce18a
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,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.2</version> <version>1.7.0</version>
</dependency> </dependency>
``` ```