Skip to content

Commit 26937bf

Browse files
committed
Remove unnecessary webauthn4j dependency
1 parent 8e8e1a8 commit 26937bf

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

docs/modules/ROOT/pages/servlet/authentication/passkeys.adoc

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ After the credential is registered, it can be used to authenticate by xref:servl
1010
[[passkeys-dependencies]]
1111
== Required Dependencies
1212

13-
To get started, add the `webauthn4j-core` dependency to your project.
13+
To get started, add the `spring-security-webauthn` dependency to your project.
1414

1515
[NOTE]
1616
====
@@ -28,11 +28,6 @@ Maven::
2828
<groupId>org.springframework.security</groupId>
2929
<artifactId>spring-security-webauthn</artifactId>
3030
</dependency>
31-
<dependency>
32-
<groupId>com.webauthn4j</groupId>
33-
<artifactId>webauthn4j-core</artifactId>
34-
<version>{webauthn4j-core-version}</version>
35-
</dependency>
3631
----
3732
3833
Gradle::
@@ -41,7 +36,6 @@ Gradle::
4136
----
4237
dependencies {
4338
implementation "org.springframework.security:spring-security-webauthn"
44-
implementation "com.webauthn4j:webauthn4j-core:{webauthn4j-core-version}"
4539
}
4640
----
4741
======

0 commit comments

Comments
 (0)