From db2ce0b721cdfb0a5981c153a37b61d5660305bf Mon Sep 17 00:00:00 2001
From: mitao <2763622819@qq.com>
Date: 星期五, 26 七月 2024 09:20:18 +0800
Subject: [PATCH] 修改bug

---
 ruoyi-modules/ruoyi-system/pom.xml |    5 -----
 ruoyi-api/ruoyi-api-system/pom.xml |    6 +++++-
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/ruoyi-api/ruoyi-api-system/pom.xml b/ruoyi-api/ruoyi-api-system/pom.xml
index 846eaf8..dba587c 100644
--- a/ruoyi-api/ruoyi-api-system/pom.xml
+++ b/ruoyi-api/ruoyi-api-system/pom.xml
@@ -34,7 +34,11 @@
                 </exclusion>
             </exclusions>
         </dependency>
-
+        <!-- WebSocket-->
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-websocket</artifactId>
+        </dependency>
     </dependencies>
 
 </project>
\ No newline at end of file
diff --git a/ruoyi-modules/ruoyi-system/pom.xml b/ruoyi-modules/ruoyi-system/pom.xml
index 68b4ea3..579270f 100644
--- a/ruoyi-modules/ruoyi-system/pom.xml
+++ b/ruoyi-modules/ruoyi-system/pom.xml
@@ -101,11 +101,6 @@
             <groupId>com.ruoyi</groupId>
             <artifactId>ruoyi-common-seata</artifactId>
         </dependency>
-        <!-- WebSocket-->
-        <dependency>
-            <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-starter-websocket</artifactId>
-        </dependency>
     </dependencies>
 
     <build>

--
Gitblit v1.7.1