From 1672a3fd44a9f326d14abb360a991cf2ca020af3 Mon Sep 17 00:00:00 2001 From: MatheusVict Date: Tue, 31 Oct 2023 10:41:15 -0300 Subject: [PATCH] chore: websocket dependencies Signed-off-by: MatheusVict --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index c398074..0503d7b 100644 --- a/pom.xml +++ b/pom.xml @@ -92,10 +92,20 @@ org.springframework.boot spring-boot-starter-cache + + org.springframework.boot + spring-boot-devtools + runtime + true + org.springframework.boot spring-boot-starter-data-redis + + org.springframework.boot + spring-boot-starter-websocket + org.springframework.boot spring-boot-starter-security