Skip to content

Commit

Permalink
Update module-info in jdk1.9 of pg package.
Browse files Browse the repository at this point in the history
  • Loading branch information
gefeili committed Dec 16, 2024
1 parent 6b80483 commit 7aabfe2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pg/src/main/jdk1.9/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
exports org.bouncycastle.gpg.keybox;
exports org.bouncycastle.gpg.keybox.bc;
exports org.bouncycastle.gpg.keybox.jcajce;
exports org.bouncycastle.openpgp.api;
exports org.bouncycastle.openpgp.api.bc;
exports org.bouncycastle.openpgp.api.jcajce;
exports org.bouncycastle.openpgp.bc;
exports org.bouncycastle.openpgp.examples;
exports org.bouncycastle.openpgp.jcajce;
Expand Down

0 comments on commit 7aabfe2

Please sign in to comment.