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>
This commit is contained in:
Wouter Born
2022-03-13 16:44:44 +01:00
committed by GitHub
parent ea68ae0163
commit b62b2e1c90
@@ -1,3 +1,3 @@
Bundle-SymbolicName: ${project.artifactId}
Bundle-Activator: org.openhab.io.jetty.certificate.internal.CertificateGenerator
Bundle-Activator: org.openhab.core.io.jetty.certificate.internal.CertificateGenerator
Import-Package: !org.bouncycastle.*,*