Skip to content

Commit 7012ffa

Browse files
witgopwendell
authored andcommitted
Fix SPARK-1420 The maven build error for Spark Catalyst
Author: witgo <[email protected]> Closes #333 from witgo/SPARK-1420 and squashes the following commits: 902519e [witgo] add dependency scala-reflect to catalyst
1 parent 0b85516 commit 7012ffa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sql/catalyst/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
</profiles>
4545

4646
<dependencies>
47+
<dependency>
48+
<groupId>org.scala-lang</groupId>
49+
<artifactId>scala-reflect</artifactId>
50+
</dependency>
4751
<dependency>
4852
<groupId>org.apache.spark</groupId>
4953
<artifactId>spark-core_${scala.binary.version}</artifactId>

0 commit comments

Comments
 (0)