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-admin/pom.xml | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/zhitan-admin/pom.xml b/zhitan-admin/pom.xml index 6c36626..78cea4f 100644 --- a/zhitan-admin/pom.xml +++ b/zhitan-admin/pom.xml @@ -4,8 +4,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>BaseAdminAPI</artifactId> + <version>2.5.2</version> <groupId>com.zhitan</groupId> - <version>3.8.7</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>jar</packaging> @@ -65,6 +65,18 @@ <scope>system</scope> <systemPath>${basedir}/lib/fel.jar</systemPath> </dependency> + <dependency> + <groupId>me.zhyd.oauth</groupId> + <artifactId>JustAuth</artifactId> + <version>1.16.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>com.zhitan</groupId> + <artifactId>zhitan-airconditioner</artifactId> + <version>2.5.2</version> + <scope>compile</scope> + </dependency> </dependencies> <build> -- Gitblit v1.9.3