Browse Source

更新RM;

xueli.xue 8 years ago
parent
commit
b9abcb5e25
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README.md
  2. 1 1
      xxl-job-executor-example/pom.xml

+ 1 - 1
README.md View File

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 View File

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 -->