From 84ee37e1f485a1d3136535f9ef1c43058d9308ab Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期三, 29 十一月 2023 11:39:42 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
Source/UBCS/ubcs-service-api/ubcs-system-api/pom.xml | 8 ++++++++
1 files changed, 8 insertions(+), 0 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 334bf6f..a95c223 100644
--- a/Source/UBCS/ubcs-service-api/ubcs-system-api/pom.xml
+++ b/Source/UBCS/ubcs-service-api/ubcs-system-api/pom.xml
@@ -19,6 +19,14 @@
<groupId>org.springblade</groupId>
<artifactId>blade-starter-cache</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.springblade</groupId>
+ <artifactId>blade-starter-log</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.vci.ubcs</groupId>
+ <artifactId>ubcs-common</artifactId>
+ </dependency>
</dependencies>
</project>
--
Gitblit v1.9.3