Merge pull request #27054 from akka/wip-24155-typed-actorref-patriknw

Jackson serializer typed.ActorRef, #24155
This commit is contained in:
Patrik Nordwall 2019-06-07 13:23:09 +02:00 committed by GitHub
commit 397b8792f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 149 additions and 18 deletions

View file

@ -242,7 +242,7 @@ lazy val docs = akkaModule("akka-docs")
.disablePlugins(ScalafixPlugin)
lazy val jackson = akkaModule("akka-serialization-jackson")
.dependsOn(actor, actorTests % "test->test", testkit % "test->test")
.dependsOn(actor, actorTyped % "optional->compile", actorTests % "test->test", testkit % "test->test")
.settings(Dependencies.jackson)
.settings(AutomaticModuleName.settings("akka.serialization.jackson"))
.settings(OSGi.jackson)