Add Jakarta WebSocket 2.1 test dependency to spring-security-web
Issue gh-12148
This commit is contained in:
parent
f38b5f1c37
commit
2a261e0583
|
@ -22,6 +22,8 @@ dependencies {
|
|||
testImplementation project(path: ':spring-security-core', configuration: 'tests')
|
||||
testImplementation 'io.projectreactor:reactor-test'
|
||||
testImplementation 'jakarta.xml.bind:jakarta.xml.bind-api'
|
||||
testImplementation 'jakarta.websocket:jakarta.websocket-api'
|
||||
testImplementation 'jakarta.websocket:jakarta.websocket-client-api'
|
||||
testImplementation 'org.hamcrest:hamcrest'
|
||||
testImplementation 'org.mockito:mockito-core'
|
||||
testImplementation 'org.mockito:mockito-inline'
|
||||
|
|
Loading…
Reference in New Issue