openhab-core/bundles/org.openhab.core.io.jetty.certificate/bnd.bnd
Wouter Born b62b2e1c90
Update bnd.bnd for CertificateGenerator package change (#2840)
There is also a bnd.bnd file referencing the CertificateGenerator so it also needs to be updated for the change in #2838

Signed-off-by: Wouter Born <github@maindrain.net>
2022-03-13 16:44:44 +01:00

4 lines
167 B
Plaintext

Bundle-SymbolicName: ${project.artifactId}
Bundle-Activator: org.openhab.core.io.jetty.certificate.internal.CertificateGenerator
Import-Package: !org.bouncycastle.*,*