Skip to content

Commit 2a261e0

Browse files
Add Jakarta WebSocket 2.1 test dependency to spring-security-web
Issue gh-12148
1 parent f38b5f1 commit 2a261e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/spring-security-web.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ dependencies {
2222
testImplementation project(path: ':spring-security-core', configuration: 'tests')
2323
testImplementation 'io.projectreactor:reactor-test'
2424
testImplementation 'jakarta.xml.bind:jakarta.xml.bind-api'
25+
testImplementation 'jakarta.websocket:jakarta.websocket-api'
26+
testImplementation 'jakarta.websocket:jakarta.websocket-client-api'
2527
testImplementation 'org.hamcrest:hamcrest'
2628
testImplementation 'org.mockito:mockito-core'
2729
testImplementation 'org.mockito:mockito-inline'

0 commit comments

Comments
 (0)