Skip to content

Commit

Permalink
Revert "add sbt-revolved plugin, to make it easier to start & stop ht…
Browse files Browse the repository at this point in the history
…tp servers in sbt"

This reverts commit d1a8c92.
  • Loading branch information
squito committed Apr 8, 2015
1 parent e031719 commit b136e39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions project/SparkBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ import sbtunidoc.Plugin.UnidocKeys.unidocGenjavadocVersion
import com.typesafe.sbt.pom.{loadEffectivePom, PomBuild, SbtPomKeys}
import net.virtualvoid.sbt.graph.Plugin.graphSettings

import spray.revolver.RevolverPlugin._

object BuildCommons {

private val buildLocation = file(".").getAbsoluteFile.getParentFile
Expand Down Expand Up @@ -151,7 +149,7 @@ object SparkBuild extends PomBuild {
// Note ordering of these settings matter.
/* Enable shared settings on all projects */
(allProjects ++ optionallyEnabledProjects ++ assemblyProjects ++ Seq(spark, tools))
.foreach(enable(sharedSettings ++ ExludedDependencies.settings ++ Revolver.settings))
.foreach(enable(sharedSettings ++ ExludedDependencies.settings))

/* Enable tests settings for all projects except examples, assembly and tools */
(allProjects ++ optionallyEnabledProjects).foreach(enable(TestSettings.settings))
Expand Down
2 changes: 0 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.1")

addSbtPlugin("com.cavorite" % "sbt-avro" % "0.3.2")

addSbtPlugin("io.spray" % "sbt-revolver" % "0.7.2")

libraryDependencies += "org.ow2.asm" % "asm" % "5.0.3"

libraryDependencies += "org.ow2.asm" % "asm-commons" % "5.0.3"

0 comments on commit b136e39

Please sign in to comment.