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
1 changed files with 4 additions and 0 deletions

View File

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