From 0c054c8281c980eb5b862cfbe5ffd12cc9807b17 Mon Sep 17 00:00:00 2001 From: Roland Kuhn Date: Thu, 6 Jun 2013 10:52:03 +0200 Subject: [PATCH] =?UTF-8?q?remove=20=E2=80=9Ccompile=E2=80=9D=20scope=20fr?= =?UTF-8?q?om=20contrib=20dep=20to=20remoteTests,=20see=20#3343?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/AkkaBuild.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/AkkaBuild.scala b/project/AkkaBuild.scala index 71e4bbc750..20c2a74262 100644 --- a/project/AkkaBuild.scala +++ b/project/AkkaBuild.scala @@ -515,7 +515,7 @@ object AkkaBuild extends Build { lazy val contrib = Project( id = "akka-contrib", base = file("akka-contrib"), - dependencies = Seq(remote, remoteTests % "compile;test->test", cluster), + dependencies = Seq(remote, remoteTests % "test->test", cluster), settings = defaultSettings ++ scaladocSettings ++ javadocSettings ++ multiJvmSettings ++ Seq( libraryDependencies ++= Dependencies.contrib, testOptions += Tests.Argument(TestFrameworks.JUnit, "-v"),