From 39ae52b3f65e2bba3b6570adb51e791cb3befff7 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 02 七月 2025 16:32:29 +0800
Subject: [PATCH] 提交
---
server/service/pom.xml | 17 ++++++++++++++++-
1 files changed, 16 insertions(+), 1 deletions(-)
diff --git a/server/service/pom.xml b/server/service/pom.xml
index 36a23de..13222bf 100644
--- a/server/service/pom.xml
+++ b/server/service/pom.xml
@@ -22,6 +22,11 @@
<version>1.0.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>com.aliyun</groupId>
+ <artifactId>alibabacloud-cloudauth20190307</artifactId>
+ <version>2.0.13</version>
+ </dependency>
<!--jacob渚濊禆-->
<dependency>
<groupId>com.jacob</groupId>
@@ -38,5 +43,15 @@
<log4j2.version>2.17.2</log4j2.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
-
+ <!-- <build>
+ <plugins>
+ <plugin>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-maven-plugin</artifactId>
+ <configuration>
+ <includeSystemScope>true</includeSystemScope>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>-->
</project>
\ No newline at end of file
--
Gitblit v1.9.3