Adding OSGi metadata to contrib module.
This commit is contained in:
parent
9a762ff10e
commit
b537084de3
2 changed files with 5 additions and 1 deletions
|
|
@ -1,10 +1,12 @@
|
|||
import akka.{ AkkaBuild, Dependencies, Formatting, MultiNode, ScaladocNoVerificationOfDiagrams }
|
||||
import akka.{ AkkaBuild, Dependencies, Formatting, OSGi, MultiNode, ScaladocNoVerificationOfDiagrams }
|
||||
import com.typesafe.tools.mima.plugin.MimaKeys
|
||||
|
||||
AkkaBuild.defaultSettings
|
||||
|
||||
Formatting.formatSettings
|
||||
|
||||
OSGi.contrib
|
||||
|
||||
Dependencies.contrib
|
||||
|
||||
MimaKeys.reportBinaryIssues := () // disable bin comp check
|
||||
|
|
|
|||
|
|
@ -35,6 +35,8 @@ object OSGi {
|
|||
|
||||
val clusterMetrics = exports(Seq("akka.cluster.metrics.*"), imports = Seq(protobufImport(),kamonImport(),sigarImport()))
|
||||
|
||||
val contrib = exports(Seq("akka.contrib.*"))
|
||||
|
||||
val osgi = exports(Seq("akka.osgi.*"))
|
||||
|
||||
val remote = exports(Seq("akka.remote.*"), imports = Seq(protobufImport()))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue