From 0e6bbda3d9f0b9e421b7bf6247be3d82d825de27 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期二, 17 六月 2025 13:43:53 +0800
Subject: [PATCH] git ch

---
 server/service/pom.xml |   17 +++++++++++++----
 1 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/server/service/pom.xml b/server/service/pom.xml
index 86ddb7c..b83f901 100644
--- a/server/service/pom.xml
+++ b/server/service/pom.xml
@@ -21,14 +21,13 @@
             <artifactId>dianziqian</artifactId>
             <version>1.0.0-SNAPSHOT</version>
         </dependency>
-
         <!--jacob渚濊禆-->
         <dependency>
             <groupId>com.jacob</groupId>
             <artifactId>jacob</artifactId>
-            <version>1.19</version> <scope>system</scope>
+            <version>1.19</version>
+            <scope>system</scope>
             <!--鏈湴鐨刯acob.jar鐨勮矾寰�-->
-
             <systemPath>${project.basedir}/src/lib/jacob.jar</systemPath>
         </dependency>
     </dependencies>
@@ -38,5 +37,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