Skip to content

Commit

Permalink
Add Jakarta WebSocket 2.1 test dependency to spring-security-web
Browse files Browse the repository at this point in the history
Issue gh-12148
  • Loading branch information
marcusdacoregio committed Nov 8, 2022
1 parent f38b5f1 commit 2a261e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/spring-security-web.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 2a261e0

Please sign in to comment.