mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 21:31:53 +01:00
b62b2e1c90
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>
4 lines
167 B
Plaintext
4 lines
167 B
Plaintext
Bundle-SymbolicName: ${project.artifactId}
|
|
Bundle-Activator: org.openhab.core.io.jetty.certificate.internal.CertificateGenerator
|
|
Import-Package: !org.bouncycastle.*,*
|