From 2b8a92c7d69aa144ab7effda5a77b341464682a5 Mon Sep 17 00:00:00 2001 From: ageer <ageerle@163.com> Date: 星期四, 10 四月 2025 22:18:44 +0800 Subject: [PATCH] fix: 重构模块 --- ruoyi-modules/ruoyi-chat/pom.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/ruoyi-modules/ruoyi-chat/pom.xml b/ruoyi-modules/ruoyi-chat/pom.xml index 028b57d..2a14fb1 100644 --- a/ruoyi-modules/ruoyi-chat/pom.xml +++ b/ruoyi-modules/ruoyi-chat/pom.xml @@ -109,6 +109,11 @@ <artifactId>ruoyi-chat-api</artifactId> </dependency> + <dependency> + <groupId>org.ruoyi</groupId> + <artifactId>ruoyi-system-api</artifactId> + </dependency> + </dependencies> </project> -- Gitblit v1.9.3