Merge pull request #293 from adagios/osgi-fix

excludes net.i2p.crypto.eddsa.math from OSGI Import-Package
This commit is contained in:
Jeroen van Erp
2017-01-09 11:20:48 +01:00
committed by GitHub

View File

@@ -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)\""