Add OSGi headers to pekko-pki (#2107)
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
This commit is contained in:
parent
f879bbb553
commit
2a04e9649e
2 changed files with 3 additions and 0 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue