Repository: spark
Updated Branches:
  refs/heads/master 0b8551678 -> 7012ffafa


Fix SPARK-1420 The maven build error for Spark Catalyst

Author: witgo <wi...@qq.com>

Closes #333 from witgo/SPARK-1420 and squashes the following commits:

902519e [witgo] add dependency scala-reflect to catalyst


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/7012ffaf
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/7012ffaf
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/7012ffaf

Branch: refs/heads/master
Commit: 7012ffafad8fa876aa8bcb0b848445eec6734ef1
Parents: 0b85516
Author: witgo <wi...@qq.com>
Authored: Sun Apr 6 16:03:06 2014 -0700
Committer: Patrick Wendell <pwend...@gmail.com>
Committed: Sun Apr 6 16:03:06 2014 -0700

----------------------------------------------------------------------
 sql/catalyst/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/7012ffaf/sql/catalyst/pom.xml
----------------------------------------------------------------------
diff --git a/sql/catalyst/pom.xml b/sql/catalyst/pom.xml
index 0edce55..9d5c6a8 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>

Reply via email to