From 94f5e5130f941deb0d69537851009ce56c204228 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期二, 10 十月 2023 17:13:22 +0800
Subject: [PATCH] 代码提交

---
 Source/UBCS/ubcs-service-api/ubcs-system-api/pom.xml |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/Source/UBCS/ubcs-service-api/ubcs-system-api/pom.xml b/Source/UBCS/ubcs-service-api/ubcs-system-api/pom.xml
index dd0f493..b129fa1 100644
--- a/Source/UBCS/ubcs-service-api/ubcs-system-api/pom.xml
+++ b/Source/UBCS/ubcs-service-api/ubcs-system-api/pom.xml
@@ -4,7 +4,7 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
         <artifactId>ubcs-service-api</artifactId>
-        <groupId>org.springblade</groupId>
+        <groupId>com.vci.ubcs</groupId>
         <version>3.0.1.RELEASE</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -19,6 +19,10 @@
             <groupId>org.springblade</groupId>
             <artifactId>blade-starter-cache</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.springblade</groupId>
+            <artifactId>blade-starter-log</artifactId>
+        </dependency>
     </dependencies>
 
 </project>

--
Gitblit v1.9.3