Skip to content

Commit 5da3179

Browse files
committed
Add spring-messaging to the websocket starter
Fixes gh-1241
1 parent 35a840a commit 5da3179

File tree

1 file changed

+4
-0
lines changed
  • spring-boot-starters/spring-boot-starter-websocket

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
</exclusion>
3737
</exclusions>
3838
</dependency>
39+
<dependency>
40+
<groupId>org.springframework</groupId>
41+
<artifactId>spring-messaging</artifactId>
42+
</dependency>
3943
<dependency>
4044
<groupId>org.springframework</groupId>
4145
<artifactId>spring-websocket</artifactId>

0 commit comments

Comments
 (0)