aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2015-12-30 00:08:44 -0800
committerReynold Xin <rxin@databricks.com>2015-12-30 00:08:44 -0800
commit27af6157f9cceeb9aa74eec54c8898d3e0749ed0 (patch)
treee0b9165c236b1cac2a9d3cfcc50a18b31bbcd8c8 /project/plugins.sbt
parent4f75f785df0e59ca5ae48e86f3dfc00b45d96b18 (diff)
downloadspark-27af6157f9cceeb9aa74eec54c8898d3e0749ed0.tar.gz
spark-27af6157f9cceeb9aa74eec54c8898d3e0749ed0.tar.bz2
spark-27af6157f9cceeb9aa74eec54c8898d3e0749ed0.zip
Revert "[SPARK-12362][SQL][WIP] Inline Hive Parser"
This reverts commit b600bccf41a7b1958e33d8301a19214e6517e388 due to non-deterministic build breaks.
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt4
1 files changed, 0 insertions, 4 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index f172dc9c1f..5e23224cf8 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -4,8 +4,6 @@ resolvers += "Typesafe Repository" at "http://repo.typesafe.com/typesafe/release
resolvers += "sonatype-releases" at "https://oss.sonatype.org/content/repositories/releases/"
-resolvers += "stefri" at "http://stefri.github.io/repo/releases"
-
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.11.2")
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.2.0")
@@ -26,8 +24,6 @@ addSbtPlugin("com.cavorite" % "sbt-avro" % "0.3.2")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.7.2")
-addSbtPlugin("com.github.stefri" % "sbt-antlr" % "0.5.3")
-
libraryDependencies += "org.ow2.asm" % "asm" % "5.0.3"
libraryDependencies += "org.ow2.asm" % "asm-commons" % "5.0.3"