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 | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/zhitan-framework/pom.xml b/zhitan-framework/pom.xml index 9bc2177..65b9005 100644 --- a/zhitan-framework/pom.xml +++ b/zhitan-framework/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>BaseAdminAPI</artifactId> <groupId>com.zhitan</groupId> - <version>3.8.7</version> + <version>2.5.2</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -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