Skip to content

Commit

Permalink
Correct webauthn4j-core-async module-info
Browse files Browse the repository at this point in the history
As some packages are not included by mistake
  • Loading branch information
ynojima committed Nov 14, 2024
1 parent 77a7714 commit 15279b1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions webauthn4j-core-async/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,15 @@
exports com.webauthn4j.async;
exports com.webauthn4j.async.anchor;
exports com.webauthn4j.async.verifier;
exports com.webauthn4j.async.verifier.attestation.statement;
exports com.webauthn4j.async.verifier.attestation.statement.androidkey;
exports com.webauthn4j.async.verifier.attestation.statement.androidsafetynet;
exports com.webauthn4j.async.verifier.attestation.statement.apple;
exports com.webauthn4j.async.verifier.attestation.statement.none;
exports com.webauthn4j.async.verifier.attestation.statement.packed;
exports com.webauthn4j.async.verifier.attestation.statement.tpm;
exports com.webauthn4j.async.verifier.attestation.statement.u2f;
exports com.webauthn4j.async.verifier.attestation.trustworthiness.certpath;
exports com.webauthn4j.async.verifier.attestation.trustworthiness.self;
exports com.webauthn4j.async.util.internal to com.webauthn4j.metadata.async;
}

0 comments on commit 15279b1

Please sign in to comment.