* akka-protobuf-v3 is anyway a dependency from akka-stream * akka-remote can remain provided by adding lazy on the WrappedPayloadSupport * tested with a sample with only akka-persistence and akka-persistence-query
This commit is contained in:
parent
5b9e22c348
commit
6c9c733896
2 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ import akka.serialization.Serializers
|
|||
extends SerializerWithStringManifest
|
||||
with BaseSerializer {
|
||||
|
||||
private val payloadSupport = new WrappedPayloadSupport(system)
|
||||
private lazy val payloadSupport = new WrappedPayloadSupport(system)
|
||||
private lazy val serialization = SerializationExtension(system)
|
||||
|
||||
private final val EventEnvelopeManifest = "a"
|
||||
|
|
|
|||
|
|
@ -287,7 +287,7 @@ lazy val persistenceQuery = akkaModule("akka-persistence-query")
|
|||
stream,
|
||||
persistence % "compile->compile;test->test",
|
||||
remote % "provided",
|
||||
protobufV3 % "provided",
|
||||
protobufV3,
|
||||
streamTestkit % "test")
|
||||
.settings(Dependencies.persistenceQuery)
|
||||
.settings(AutomaticModuleName.settings("akka.persistence.query"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue