浏览代码

更新RM;

xueli.xue 8 年前
父节点
当前提交
b9abcb5e25
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      README.md
  2. 1 1
      xxl-job-executor-example/pom.xml

+ 1 - 1
README.md 查看文件

79
 <dependency>
79
 <dependency>
80
     <groupId>com.xuxueli</groupId>
80
     <groupId>com.xuxueli</groupId>
81
     <artifactId>xxl-job-core</artifactId>
81
     <artifactId>xxl-job-core</artifactId>
82
-    <version>1.7.0</version>
82
+    <version>1.7.1</version>
83
 </dependency>
83
 </dependency>
84
 ```
84
 ```
85
 
85
 

+ 1 - 1
xxl-job-executor-example/pom.xml 查看文件

26
 		<dependency>
26
 		<dependency>
27
 			<groupId>org.slf4j</groupId>
27
 			<groupId>org.slf4j</groupId>
28
 			<artifactId>slf4j-log4j12</artifactId>
28
 			<artifactId>slf4j-log4j12</artifactId>
29
-			<version>1.7.5</version>
29
+			<version>1.7.21</version>
30
 		</dependency>
30
 		</dependency>
31
 		
31
 		
32
 		<!-- c3p0 -->
32
 		<!-- c3p0 -->