Add OSGi headers to pekko-pki (#2107)

Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
This commit is contained in:
Robert Varga 2025-08-30 14:32:26 +02:00 committed by GitHub
parent f879bbb553
commit 2a04e9649e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View file

@ -387,6 +387,7 @@ lazy val pki =
.dependsOn(actor) // this dependency only exists for "@ApiMayChange"
.settings(Dependencies.pki)
.settings(AutomaticModuleName.settings("pekko.pki"))
.settings(OSGi.pki)
.disablePlugins(MimaPlugin)
lazy val remote =

View file

@ -122,6 +122,8 @@ object OSGi {
lazy val coordination = exports(Seq("org.apache.pekko.coordination.*"))
lazy val pki = exports(Seq("org.apache.pekko.pki.*"))
lazy val osgiOptionalImports = Seq(
// needed because testkit is normally not used in the application bundle,
// but it should still be included as transitive dependency and used by BundleDelegatingClassLoader