From 5e9129373399e9cc3bdecf9b8365e1c6b6b0ecdd Mon Sep 17 00:00:00 2001
From: kaiyu <404897439@qq.com>
Date: Wed, 21 Oct 2020 13:28:19 +0800
Subject: [PATCH] 修改时间bug

---
 pom.xml |   21 +++++++++++++--------
 1 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1757570..fb358b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,23 +125,28 @@
 			<version>1.2.39</version>
 		</dependency>
 
-		<dependency>
+		<!--<dependency>
 			<groupId>com.aliyun</groupId>
 			<artifactId>aliyun-java-sdk-core</artifactId>
 			<version>3.7.1</version>
-		</dependency>
+		</dependency>-->
+        <dependency>
+            <groupId>com.aliyun</groupId>
+            <artifactId>aliyun-java-sdk-core</artifactId>
+            <version>4.0.2</version>
+        </dependency>
 		<dependency>
 			<groupId>com.aliyun</groupId>
 			<artifactId>aliyun-java-sdk-dm</artifactId>
 			<version>3.1.0</version>
 		</dependency>
 
-	    <dependency>
-	      <groupId>org.apache.commons</groupId>
-	      <artifactId>commons-lang3</artifactId>
-	      <version>3.5</version>
-	      <scope>compile</scope>
-	    </dependency>
+	        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-lang3</artifactId>
+            <version>3.5</version>
+            <scope>compile</scope>
+        </dependency>
 
 		<!-- https://mvnrepository.com/artifact/com.xuxueli/xxl-job-core -->
 		<dependency>

--
Gitblit v1.8.0