Add spring-messaging to the websocket starter

Fixes gh-1241
This commit is contained in:
Phillip Webb 2014-09-03 18:49:03 -07:00
parent 35a840a396
commit 5da3179309

View File

@ -36,6 +36,10 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-messaging</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-websocket</artifactId>