From 6ee9d58d62dbbccf95ce809f358ec9f8d088b705 Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期五, 17 十一月 2023 09:16:16 +0800 Subject: [PATCH] Changes15 websocket --- mes-common/pom.xml | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/mes-common/pom.xml b/mes-common/pom.xml index 3c97df9..5ea547e 100644 --- a/mes-common/pom.xml +++ b/mes-common/pom.xml @@ -31,7 +31,11 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-websocket</artifactId> </dependency> - + <dependency> + <groupId>jakarta.websocket</groupId> + <artifactId>jakarta.websocket-api</artifactId> + <scope>provided</scope> + </dependency> <dependency> <groupId>commons-net</groupId> <artifactId>commons-net</artifactId> -- Gitblit v1.9.3