Add Jakarta WebSocket 2.1 test dependency to spring-security-web

Issue gh-12148
This commit is contained in:
Marcus Da Coregio 2022-11-08 09:54:23 -03:00
parent f38b5f1c37
commit 2a261e0583
1 changed files with 2 additions and 0 deletions

View File

@ -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'