Removing the now not-needed dep on scala-reflect.jar
This commit is contained in:
parent
16f8ab20c8
commit
eb23b5b88d
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue