From ba345976f0a6a67bcb20627e33251ded000a3d8f Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期六, 25 五月 2024 22:40:02 +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