From 8267d62b7d89e101669e20e66d6b94420fb82c85 Mon Sep 17 00:00:00 2001
From: ludc <ludc@vci-tech.com>
Date: 星期四, 26 十二月 2024 17:26:54 +0800
Subject: [PATCH] 方法重名修改

---
 Source/UBCS/ubcs-service/ubcs-deploy/pom.xml |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/Source/UBCS/ubcs-service/ubcs-deploy/pom.xml b/Source/UBCS/ubcs-service/ubcs-deploy/pom.xml
index c35a4c6..d4ab1da 100644
--- a/Source/UBCS/ubcs-service/ubcs-deploy/pom.xml
+++ b/Source/UBCS/ubcs-service/ubcs-deploy/pom.xml
@@ -40,4 +40,20 @@
         </dependency>
     </dependencies>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.springframework.boot</groupId>
+                <artifactId>spring-boot-maven-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-dependency-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <artifactId>maven-surefire-plugin</artifactId>
+            </plugin>
+        </plugins>
+    </build>
+
 </project>

--
Gitblit v1.9.3