Skip to content

Commit c20021f

Browse files
committed
Add module vertx-auth-webauthn4j
1 parent 8e8fe9e commit c20021f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

vertx-lang-scala/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@
8989
<artifactId>vertx-auth-webauthn</artifactId>
9090
<optional>true</optional>
9191
</dependency>
92+
<dependency>
93+
<groupId>io.vertx</groupId>
94+
<artifactId>vertx-auth-webauthn4j</artifactId>
95+
<optional>true</optional>
96+
</dependency>
9297
<dependency>
9398
<groupId>io.vertx</groupId>
9499
<artifactId>vertx-auth-properties</artifactId>
@@ -465,6 +470,7 @@
465470
vertx-auth-jwt,
466471
vertx-auth-oauth2,
467472
vertx-auth-webauthn,
473+
vertx-auth-webauthn4j,
468474
vertx-auth-properties,
469475
vertx-auth-ldap,
470476
vertx-auth-sql-client,

0 commit comments

Comments
 (0)