Commit 5b2fb8d
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 #2801 parent 886d4f9 commit 5b2fb8d
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
| |||
0 commit comments