Add dep from multi-jvm cluster to multi-jvm cluster-typed (#25299)

This commit is contained in:
Christopher Batey 2018-07-03 09:03:13 +01:00 committed by GitHub
parent 159ba045cf
commit 0f26acd818
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -409,7 +409,7 @@ lazy val persistenceTyped = akkaModule("akka-persistence-typed")
lazy val clusterTyped = akkaModule("akka-cluster-typed") lazy val clusterTyped = akkaModule("akka-cluster-typed")
.dependsOn( .dependsOn(
actorTyped, actorTyped,
cluster % "compile->compile;test->test", cluster % "compile->compile;test->test;multi-jvm->multi-jvm",
clusterTools, clusterTools,
distributedData, distributedData,
persistence % "test->test", persistence % "test->test",