Optional akka-remote dependency from akka-persistence-query, #30980 (#30987)

* 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:
Patrik Nordwall 2021-12-14 12:47:45 +01:00 committed by GitHub
parent 5b9e22c348
commit 6c9c733896
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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"))