move multi-node-testkit into its own module, see #2981

This commit is contained in:
Roland 2013-02-10 16:04:59 -05:00
parent 29b274b9c0
commit c3b363c9b3
18 changed files with 103 additions and 33 deletions

View file

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