From 9b8de0b35e00399cbb756f221c8895464247c5e7 Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Thu, 1 Jun 2023 23:56:28 +0800 Subject: [PATCH] =?UTF-8?q?chore(pom.xml):=20=E6=B7=BB=E5=8A=A0`websocket`?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b5fda653..7122b761 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.youlai youlai-boot - 2.2.1 + 2.3.0 基于 SpringBoot3 快速构建的权限管理系统 @@ -181,6 +181,7 @@ ${minio.version} + com.github.whvcse easy-captcha @@ -201,6 +202,12 @@ ${redisson.version} + + + org.springframework.boot + spring-boot-starter-websocket + +