serializer for akka.actor.typed.ActorRef

* most convenient for users to include it akka-serialization-jackson
  and load it when akka-actor-typed is in classpath
* provided dependency to akka-actor-typed
This commit is contained in:
Patrik Nordwall 2019-05-29 20:15:46 +02:00
parent 6122966fca
commit 93017d05c7
8 changed files with 149 additions and 18 deletions

View file

@ -239,7 +239,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 % "provided->compile", actorTests % "test->test", testkit % "test->test")
.settings(Dependencies.jackson)
.settings(AutomaticModuleName.settings("akka.serialization.jackson"))
.settings(OSGi.jackson)