Skip to content

Commit 99714fb

Browse files
committed
Rollback spring stomp websocket lib due to exception. Given it is only test we can live with the old version for the moment
1 parent 2e99c1b commit 99714fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,10 +1009,11 @@
10091009
<dependency>
10101010
<groupId>org.springframework</groupId>
10111011
<artifactId>spring-websocket</artifactId>
1012-
<version>7.0.0</version>
1012+
<version>6.2.14</version>
10131013
<scope>test</scope>
10141014
</dependency>
10151015

1016+
10161017
<dependency>
10171018
<groupId>org.springframework.boot</groupId>
10181019
<artifactId>spring-boot-starter-websocket</artifactId>

0 commit comments

Comments
 (0)