Add spring-messaging to the websocket starter
Fixes gh-1241
This commit is contained in:
parent
35a840a396
commit
5da3179309
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue