aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorYin Huai <yhuai@databricks.com>2016-03-28 13:50:42 -0700
committerYin Huai <yhuai@databricks.com>2016-03-28 13:50:42 -0700
commit7007f72ba7f0ccdc1d11315757a80f55a93451df (patch)
tree985a9db927959e2e61f73fc9f0091091f0bd16b7 /pom.xml
parentd7b58f1461f71ee3c028360eef0ffedd17d6a076 (diff)
downloadspark-7007f72ba7f0ccdc1d11315757a80f55a93451df.tar.gz
spark-7007f72ba7f0ccdc1d11315757a80f55a93451df.tar.bz2
spark-7007f72ba7f0ccdc1d11315757a80f55a93451df.zip
[SPARK-13713][SQL][TEST-MAVEN] Add Antlr4 maven plugin.
Seems https://github.com/apache/spark/commit/600c0b69cab4767e8e5a6f4284777d8b9d4bd40e is missing the antlr4 maven plugin. This pr adds it. Author: Yin Huai <yhuai@databricks.com> Closes #12010 from yhuai/mavenAntlr4.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 475f0544bd..1513a18b71 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1891,6 +1891,11 @@
<artifactId>antlr3-maven-plugin</artifactId>
<version>3.5.2</version>
</plugin>
+ <plugin>
+ <groupId>org.antlr</groupId>
+ <artifactId>antlr4-maven-plugin</artifactId>
+ <version>${antlr4.version}</version>
+ </plugin>
<!-- Surefire runs all Java tests -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>