Skip to content

Commit

Permalink
Fix SPARK-1420 The maven build error for Spark Catalyst
Browse files Browse the repository at this point in the history
Author: witgo <[email protected]>

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

902519e [witgo] add dependency scala-reflect to catalyst
  • Loading branch information
witgo authored and pwendell committed Apr 6, 2014
1 parent 0b85516 commit 7012ffa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sql/catalyst/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
</profiles>

<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>
Expand Down

0 comments on commit 7012ffa

Please sign in to comment.