Removing the now not-needed dep on scala-reflect.jar

This commit is contained in:
Viktor Klang 2012-08-02 16:02:31 +02:00
parent 16f8ab20c8
commit eb23b5b88d

View file

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