aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorHerman van Hovell <hvanhovell@questtec.nl>2016-05-25 15:35:38 -0700
committerReynold Xin <rxin@databricks.com>2016-05-25 15:35:38 -0700
commit527499b624e743583fe0f93ea0b487031891ac3a (patch)
tree859f8e7c4de91a2a2b8b4a506554258b4f9f3cb1 /project
parentee682fe293b47988056b540ee46ca49861309982 (diff)
downloadspark-527499b624e743583fe0f93ea0b487031891ac3a.tar.gz
spark-527499b624e743583fe0f93ea0b487031891ac3a.tar.bz2
spark-527499b624e743583fe0f93ea0b487031891ac3a.zip
[SPARK-15525][SQL][BUILD] Upgrade ANTLR4 SBT plugin
## What changes were proposed in this pull request? The ANTLR4 SBT plugin has been moved from its own repo to one on bintray. The version was also changed from `0.7.10` to `0.7.11`. The latter actually broke our build (ihji has fixed this by also adding `0.7.10` and others to the bin-tray repo). This PR upgrades the SBT-ANTLR4 plugin and ANTLR4 to their most recent versions (`0.7.11`/`4.5.3`). I have also removed a few obsolete build configurations. ## How was this patch tested? Manually running SBT/Maven builds. Author: Herman van Hovell <hvanhovell@questtec.nl> Closes #13299 from hvanhovell/SPARK-15525.
Diffstat (limited to 'project')
-rw-r--r--project/plugins.sbt5
1 files changed, 1 insertions, 4 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 44ec3a12ae..4578b56247 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -20,7 +20,4 @@ libraryDependencies += "org.ow2.asm" % "asm" % "5.0.3"
libraryDependencies += "org.ow2.asm" % "asm-commons" % "5.0.3"
-// TODO I am not sure we want such a dep.
-resolvers += "simplytyped" at "http://simplytyped.github.io/repo/releases"
-
-addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.7.10")
+addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.7.11")