diff --git a/build.sbt b/build.sbt index 1f1a41f6ee7..3e81579d43f 100644 --- a/build.sbt +++ b/build.sbt @@ -2493,11 +2493,7 @@ lazy val downloader = (project in file("lib/scala/downloader")) "org.scalatest" %% "scalatest" % scalatestVersion % Test, "junit" % "junit" % junitVersion % Test, "com.github.sbt" % "junit-interface" % junitIfVersion % Test, - "org.hamcrest" % "hamcrest-all" % hamcrestVersion % Test, - akkaActor, - akkaStream, - akkaHttp, - akkaSLF4J + "org.hamcrest" % "hamcrest-all" % hamcrestVersion % Test ) ) .dependsOn(cli)