From eb23b5b88dd6ebfad99fd2885469f84e5837380f Mon Sep 17 00:00:00 2001 From: Viktor Klang Date: Thu, 2 Aug 2012 16:02:31 +0200 Subject: [PATCH] Removing the now not-needed dep on scala-reflect.jar --- project/AkkaBuild.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/project/AkkaBuild.scala b/project/AkkaBuild.scala index 536ef49f18..863773e88c 100644 --- a/project/AkkaBuild.scala +++ b/project/AkkaBuild.scala @@ -75,7 +75,6 @@ object AkkaBuild extends Build { base = file("akka-actor"), settings = defaultSettings ++ OSGi.actor ++ Seq( autoCompilerPlugins := true, - libraryDependencies <+= scalaVersion { v => "org.scala-lang" % "scala-reflect" % v }, packagedArtifact in (Compile, packageBin) <<= (artifact in (Compile, packageBin), OsgiKeys.bundle).identityMap, artifact in (Compile, packageBin) ~= (_.copy(`type` = "bundle")), // to fix scaladoc generation