更新RM;

升级执行器slf4j版本
This commit is contained in:
xueli.xue 2017-05-08 21:04:07 +08:00
parent 09430dd34d
commit b9abcb5e25
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -26,7 +26,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.5</version>
<version>1.7.21</version>
</dependency>
<!-- c3p0 -->