Selaa lähdekoodia

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

Issue gh-12148
Marcus Da Coregio 2 vuotta sitten
vanhempi
commit
2a261e0583
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      web/spring-security-web.gradle

+ 2 - 0
web/spring-security-web.gradle

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