From 7786b7f906e0de63619b2f0698d55f5503ccb2a1 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期二, 09 九月 2025 16:30:50 +0800 Subject: [PATCH] 单点登陆重定向 --- ruoyi-common/pom.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index a663e7e..f1bbbb7 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -211,6 +211,11 @@ <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> </dependency> + <dependency> + <groupId>commons-net</groupId> + <artifactId>commons-net</artifactId> + <version>3.8.0</version> + </dependency> </dependencies> -- Gitblit v1.9.3