From 57136d227d007212e11a0cf71c144b428493bcbf Mon Sep 17 00:00:00 2001
From: xiejun <xj@2023>
Date: 星期五, 13 十月 2023 14:36:48 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
Source/UBCS/ubcs-service-api/ubcs-system-api/pom.xml | 4 ++++
1 files changed, 4 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 b129fa1..a95c223 100644
--- a/Source/UBCS/ubcs-service-api/ubcs-system-api/pom.xml
+++ b/Source/UBCS/ubcs-service-api/ubcs-system-api/pom.xml
@@ -23,6 +23,10 @@
<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.10.0