Skip to content

Commit c4f7071

Browse files
committed
require java.logging, which shaded BouncyCastle uses at runtime
1 parent 80e1290 commit c4f7071

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java22/module-info.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
module org.cryptomator.cryptolib {
1111
requires static org.bouncycastle.provider; // will be shaded
1212
requires static org.bouncycastle.pkix; // will be shaded
13+
requires java.logging; // used by shaded BouncyCastle
1314
requires org.cryptomator.siv;
1415
requires com.google.gson;
1516
requires transitive com.google.common;

src/main/java9/module-info.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
module org.cryptomator.cryptolib {
1111
requires static org.bouncycastle.provider; // will be shaded
1212
requires static org.bouncycastle.pkix; // will be shaded
13+
requires java.logging; // used by shaded BouncyCastle
1314
requires jdk.crypto.ec; // required at runtime for ECC
1415
requires org.cryptomator.siv;
1516
requires com.google.gson;

0 commit comments

Comments
 (0)