Skip to content

Commit 9c66840

Browse files
authored
Merge pull request #1112 from webauthn4j/move-all-classes-from-webauthn4j-util-to-webauthn4j-core
Move all classes from webauthn4j-util to webauthn4j-core
2 parents 4aea2ba + 300cf96 commit 9c66840

39 files changed

+8
-8
lines changed

webauthn4j-core/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
description = "WebAuthn4J Core library"
1818

1919
dependencies {
20-
api(project(":webauthn4j-util"))
21-
2220
api(libs.jackson.databind)
2321
api(libs.jackson.dataformat.cbor)
2422
implementation(libs.slf4j.api)

0 commit comments

Comments
 (0)