diff --git a/build.gradle b/build.gradle index 24e68a45..ac6110fa 100644 --- a/build.gradle +++ b/build.gradle @@ -83,6 +83,7 @@ jar { instruction "Bundle-License", "http://www.apache.org/licenses/LICENSE-2.0.txt" instruction "Import-Package", "!net.schmizz.*" instruction "Import-Package", "javax.crypto*" + instruction "Import-Package", "!net.i2p.crypto.eddsa.math" instruction "Import-Package", "net.i2p*" instruction "Import-Package", "com.jcraft.jzlib*;version=\"[1.1,2)\";resolution:=optional" instruction "Import-Package", "org.slf4j*;version=\"[1.7,5)\""