From a79c96791ac669324ee2ed4cecfe5a0b9a7c112d Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期二, 13 一月 2026 08:39:21 +0800
Subject: [PATCH] #led
---
pom.xml | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index c427b83..32da556 100644
--- a/pom.xml
+++ b/pom.xml
@@ -182,6 +182,15 @@
<version>1.1.3.3</version>
<systemPath>${project.basedir}/src/main/resources/lib/xpp3-1.1.3.3.jar</systemPath>
</dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-websocket</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>cn.hutool</groupId>
+ <artifactId>hutool-all</artifactId>
+ <version>5.8.26</version>
+ </dependency>
</dependencies>
<build>
--
Gitblit v1.9.1