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