Use wesocket dependency from Undertow starter

This commit is contained in:
Phillip Webb 2014-12-08 08:45:04 -08:00
parent f40f17a758
commit 6e0f1f3d98

View File

@ -34,10 +34,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-undertow</artifactId>
</dependency>
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-websockets-jsr</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>