From 50fb58286ed3b718c39a97e0987ee7561a295651 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 04 七月 2025 17:56:41 +0800
Subject: [PATCH] git ch
---
server/service/pom.xml | 28 +++++++++++++++++++++++++++-
1 files changed, 27 insertions(+), 1 deletions(-)
diff --git a/server/service/pom.xml b/server/service/pom.xml
index c150726..13222bf 100644
--- a/server/service/pom.xml
+++ b/server/service/pom.xml
@@ -21,11 +21,37 @@
<artifactId>dianziqian</artifactId>
<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>
+ <artifactId>jacob</artifactId>
+ <version>1.19</version>
+ <scope>system</scope>
+ <!--鏈湴鐨刯acob.jar鐨勮矾寰�-->
+ <systemPath>${project.basedir}/src/lib/jacob.jar</systemPath>
+ </dependency>
</dependencies>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
+ <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