Skip to content

Commit 5b2fb8d

Browse files
committed
fix(deps): remove redundant webauthn4j-core direct dependency
The webauthn4j-core implementation dependency was added by mistake. Spring Security's spring-security-webauthn already provides it transitively, and the codebase has no direct imports of com.webauthn4j.* classes. Keeping it as an implementation dependency unnecessarily forces it onto consuming applications. Closes #280
1 parent 886d4f9 commit 5b2fb8d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ dependencies {
5353

5454
// WebAuthn support (Passkey authentication)
5555
compileOnly 'org.springframework.security:spring-security-webauthn'
56-
implementation 'com.webauthn4j:webauthn4j-core:0.31.1.RELEASE'
5756

5857
// Lombok dependencies
5958
compileOnly "org.projectlombok:lombok:$lombokVersion"

0 commit comments

Comments
 (0)