Kaynağa Gözat

更新RM;

xueli.xue 8 yıl önce
ebeveyn
işleme
b9abcb5e25
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 1 1
      README.md
  2. 1 1
      xxl-job-executor-example/pom.xml

+ 1 - 1
README.md Dosyayı Görüntüle

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

+ 1 - 1
xxl-job-executor-example/pom.xml Dosyayı Görüntüle

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