Skip to content

Commit 81c8a0e

Browse files
committed
Update build to have the correct bnd Import-package
1 parent 565441f commit 81c8a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jar {
6868
bnd (['Implementation-Title': 'Java Nats',
6969
'Implementation-Version': jarVersion,
7070
'Implementation-Vendor': 'nats.io',
71-
"Import-Package": "!net.i2p.crypto.eddsa.math"]
71+
"Import-Package": "!org.bouncycastle:bcprov-lts8on"]
7272
)
7373
exclude("io/nats/examples/**")
7474
}

0 commit comments

Comments
 (0)