+per #16541 initial version of the Persistence Query module

This commit is contained in:
Patrik Nordwall & Konrad Malawski 2015-06-08 12:26:19 +02:00 committed by Konrad Malawski
parent 09aff42d40
commit f849793f36
23 changed files with 1051 additions and 14 deletions

View file

@ -47,6 +47,8 @@ object OSGi {
val persistence = exports(Seq("akka.persistence.*"), imports = Seq(protobufImport()))
val persistenceQuery = exports(Seq("akka.persistence.query.*"))
val testkit = exports(Seq("akka.testkit.*"))
val osgiOptionalImports = Seq(