We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f38b5f1 commit 2a261e0Copy full SHA for 2a261e0
web/spring-security-web.gradle
@@ -22,6 +22,8 @@ dependencies {
22
testImplementation project(path: ':spring-security-core', configuration: 'tests')
23
testImplementation 'io.projectreactor:reactor-test'
24
testImplementation 'jakarta.xml.bind:jakarta.xml.bind-api'
25
+ testImplementation 'jakarta.websocket:jakarta.websocket-api'
26
+ testImplementation 'jakarta.websocket:jakarta.websocket-client-api'
27
testImplementation 'org.hamcrest:hamcrest'
28
testImplementation 'org.mockito:mockito-core'
29
testImplementation 'org.mockito:mockito-inline'
0 commit comments