From 55ff4ad6155248a7c2f391fd4fe75682a311dac0 Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期四, 24 七月 2025 16:54:26 +0800 Subject: [PATCH] refactor(svg): 优化 SVG相关组件功能 --- zhitan-framework/pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/zhitan-framework/pom.xml b/zhitan-framework/pom.xml index eb0d179..65b9005 100644 --- a/zhitan-framework/pom.xml +++ b/zhitan-framework/pom.xml @@ -59,6 +59,8 @@ </exclusions> </dependency> + + <!-- 鑾峰彇绯荤粺淇℃伅 --> <dependency> <groupId>com.github.oshi</groupId> @@ -79,6 +81,10 @@ <groupId>org.springframework.integration</groupId> <artifactId>spring-integration-mqtt</artifactId> </dependency> + <dependency> + <groupId>org.springframework.security</groupId> + <artifactId>spring-security-core</artifactId> + </dependency> </dependencies> </project> \ No newline at end of file -- Gitblit v1.9.3