Browse Source

Add spring-messaging to the websocket starter

Fixes gh-1241
pull/1385/merge
Phillip Webb 11 years ago
parent
commit
5da3179309
  1. 4
      spring-boot-starters/spring-boot-starter-websocket/pom.xml

4
spring-boot-starters/spring-boot-starter-websocket/pom.xml

@ -36,6 +36,10 @@ @@ -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…
Cancel
Save