From cead269b199ed502b6dc5d9dc34e463cd7d5ffd5 Mon Sep 17 00:00:00 2001 From: ageer <ageerle@163.com> Date: 星期五, 01 三月 2024 14:56:58 +0800 Subject: [PATCH] 修复live模块install错误 --- ruoyi-common/ruoyi-common-chat/pom.xml | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/ruoyi-common/ruoyi-common-chat/pom.xml b/ruoyi-common/ruoyi-common-chat/pom.xml index 8629c10..169f85d 100644 --- a/ruoyi-common/ruoyi-common-chat/pom.xml +++ b/ruoyi-common/ruoyi-common-chat/pom.xml @@ -39,10 +39,7 @@ <groupId>com.xmzs</groupId> <artifactId>ruoyi-common-satoken</artifactId> </dependency> - <dependency> - <groupId>com.xmzs</groupId> - <artifactId>ruoyi-common-json</artifactId> - </dependency> + <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-websocket</artifactId> -- Gitblit v1.9.3