From 79aa6e7713389bc1120524b53661514477b6f73a Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Mon, 8 Dec 2014 09:20:12 +0000 Subject: [PATCH] Add undertow websockets dependency --- .../spring-boot-sample-websocket-undertow/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spring-boot-samples/spring-boot-sample-websocket-undertow/pom.xml b/spring-boot-samples/spring-boot-sample-websocket-undertow/pom.xml index eef085f6e47..a3c2add6a05 100755 --- a/spring-boot-samples/spring-boot-sample-websocket-undertow/pom.xml +++ b/spring-boot-samples/spring-boot-sample-websocket-undertow/pom.xml @@ -34,6 +34,10 @@ org.springframework.boot spring-boot-starter-undertow + + io.undertow + undertow-websockets-jsr + org.springframework.boot spring-boot-starter-actuator