Skip to content

Commit

Permalink
add dependency scala-reflect to catalyst
Browse files Browse the repository at this point in the history
  • Loading branch information
witgo committed Apr 5, 2014
1 parent 7c18428 commit 902519e
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 902519e

Please sign in to comment.