Document passkeys dependencies

Closes gh-16107
This commit is contained in:
Rob Winch
2024-11-15 17:44:42 -06:00
parent 35c0351000
commit cd609acafc
2 changed files with 40 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ tasks.register("generateAntoraResources") {
dependencies {
testImplementation platform(project(':spring-security-dependencies'))
testImplementation 'com.unboundid:unboundid-ldapsdk'
testImplementation libs.webauthn4j.core
testImplementation 'org.apache.directory.server:apacheds-core'
testImplementation 'org.springframework:spring-core'
}