aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/pom.xml
diff options
context:
space:
mode:
authorwitgo <witgo@qq.com>2014-04-06 16:03:06 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-04-06 16:03:06 -0700
commit7012ffafad8fa876aa8bcb0b848445eec6734ef1 (patch)
treef2ebe058cfe1ac9030d6b36ca2bd24af83875249 /sql/catalyst/pom.xml
parent0b855167818b9afd2d2aa9f617b9861d77b2425d (diff)
downloadspark-7012ffafad8fa876aa8bcb0b848445eec6734ef1.tar.gz
spark-7012ffafad8fa876aa8bcb0b848445eec6734ef1.tar.bz2
spark-7012ffafad8fa876aa8bcb0b848445eec6734ef1.zip
Fix SPARK-1420 The maven build error for Spark Catalyst
Author: witgo <witgo@qq.com> Closes #333 from witgo/SPARK-1420 and squashes the following commits: 902519e [witgo] add dependency scala-reflect to catalyst
Diffstat (limited to 'sql/catalyst/pom.xml')
-rw-r--r--sql/catalyst/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/catalyst/pom.xml b/sql/catalyst/pom.xml
index 0edce55a93..9d5c6a857b 100644
--- a/sql/catalyst/pom.xml
+++ b/sql/catalyst/pom.xml
@@ -45,6 +45,10 @@
<dependencies>
<dependency>
+ <groupId>org.scala-lang</groupId>
+ <artifactId>scala-reflect</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_${scala.binary.version}</artifactId>
<version>${project.version}</version>