Add missing dependency management

See gh-5711
This commit is contained in:
Stephane Nicoll
2016-05-12 15:57:05 +02:00
parent 69c2e0cd06
commit 221e4e8bbd

View File

@@ -510,6 +510,11 @@
<artifactId>spring-boot-starter-websocket</artifactId>
<version>1.4.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web-services</artifactId>
<version>1.4.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-ws</artifactId>