File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,6 @@ import sbtunidoc.Plugin.UnidocKeys.unidocGenjavadocVersion
2828import com .typesafe .sbt .pom .{loadEffectivePom , PomBuild , SbtPomKeys }
2929import net .virtualvoid .sbt .graph .Plugin .graphSettings
3030
31- import spray .revolver .RevolverPlugin ._
32-
3331object BuildCommons {
3432
3533 private val buildLocation = file(" ." ).getAbsoluteFile.getParentFile
@@ -151,7 +149,7 @@ object SparkBuild extends PomBuild {
151149 // Note ordering of these settings matter.
152150 /* Enable shared settings on all projects */
153151 (allProjects ++ optionallyEnabledProjects ++ assemblyProjects ++ Seq (spark, tools))
154- .foreach(enable(sharedSettings ++ ExludedDependencies .settings ++ Revolver .settings ))
152+ .foreach(enable(sharedSettings ++ ExludedDependencies .settings))
155153
156154 /* Enable tests settings for all projects except examples, assembly and tools */
157155 (allProjects ++ optionallyEnabledProjects).foreach(enable(TestSettings .settings))
Original file line number Diff line number Diff line change @@ -29,8 +29,6 @@ addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.1")
2929
3030addSbtPlugin(" com.cavorite" % " sbt-avro" % " 0.3.2" )
3131
32- addSbtPlugin(" io.spray" % " sbt-revolver" % " 0.7.2" )
33-
3432libraryDependencies += " org.ow2.asm" % " asm" % " 5.0.3"
3533
3634libraryDependencies += " org.ow2.asm" % " asm-commons" % " 5.0.3"
You can’t perform that action at this time.
0 commit comments