move multi-node-testkit into its own module, see #2981
This commit is contained in:
parent
29b274b9c0
commit
c3b363c9b3
18 changed files with 103 additions and 33 deletions
|
|
@ -70,7 +70,7 @@ Here is an example Build.scala file that uses the MultiJvm plugin:
|
|||
// ---- test dependencies ----
|
||||
"com.typesafe.akka" %% "akka-testkit" % "@version@" %
|
||||
"test" @crossString@,
|
||||
"com.typesafe.akka" %% "akka-remote-tests-experimental" % "@version@" %
|
||||
"com.typesafe.akka" %% "akka-multi-node-testkit" % "@version@" %
|
||||
"test" @crossString@,
|
||||
"org.scalatest" %% "scalatest" % "1.9.1" % "test",
|
||||
"junit" % "junit" % "4.5" % "test"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue