From 5ecb8706b917aa86f43e44a412e86e3e50b636c0 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 09 六月 2025 09:54:04 +0800
Subject: [PATCH] 提交一把订单
---
server/service/pom.xml | 13 +++++++++++--
1 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/server/service/pom.xml b/server/service/pom.xml
index 36a23de..b83f901 100644
--- a/server/service/pom.xml
+++ b/server/service/pom.xml
@@ -21,7 +21,6 @@
<artifactId>dianziqian</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
-
<!--jacob渚濊禆-->
<dependency>
<groupId>com.jacob</groupId>
@@ -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