From a0ff78be1085bdd81a4db5f76734deac2767edbb Mon Sep 17 00:00:00 2001
From: xieb <vip_xiaobin810@163.com>
Date: Tue, 19 Sep 2023 09:42:33 +0800
Subject: [PATCH] 环境配置

---
 pom.xml |   34 +++++++++++++++++++++++++++++-----
 1 files changed, 29 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index b45b2f2..734b300 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,9 +10,9 @@
 	</parent>
 
 	<groupId>com.dji</groupId>
-	<artifactId>cloud-api-sample</artifactId>
-	<version>1.1.0</version>
-	<name>cloud-api-sample</name>
+	<artifactId>iot-drone-api</artifactId>
+	<version>1.5.0</version>
+	<name>iot-drone-api</name>
 
 	<properties>
 		<java.version>11</java.version>
@@ -139,12 +139,12 @@
 		<dependency>
 			<groupId>com.amazonaws</groupId>
 			<artifactId>aws-java-sdk-s3</artifactId>
-			<version>1.12.200</version>
+			<version>1.12.261</version>
 		</dependency>
 		<dependency>
 			<groupId>com.amazonaws</groupId>
 			<artifactId>aws-java-sdk-sts</artifactId>
-			<version>1.12.200</version>
+			<version>1.12.261</version>
 		</dependency>
 
 		<dependency>
@@ -156,6 +156,30 @@
 			<groupId>org.springframework.boot</groupId>
 			<artifactId>spring-boot-starter-aop</artifactId>
 		</dependency>
+
+		<dependency>
+			<groupId>org.dom4j</groupId>
+			<artifactId>dom4j</artifactId>
+			<version>2.1.3</version>
+		</dependency>
+
+		<dependency>
+			<groupId>jaxen</groupId>
+			<artifactId>jaxen</artifactId>
+		</dependency>
+
+		<dependency>
+			<groupId>org.bouncycastle</groupId>
+			<artifactId>bcpkix-jdk15on</artifactId>
+			<version>1.69</version>
+		</dependency>
+
+		<dependency>
+			<groupId>org.springframework.boot</groupId>
+			<artifactId>spring-boot-starter-validation</artifactId>
+		</dependency>
+
+
 	</dependencies>
 
 	<build>

--
Gitblit v1.9.3