Skip to content
Snippets Groups Projects
Commit 99b7187c authored by Marcelo Vanzin's avatar Marcelo Vanzin
Browse files

[SPARK-13780][SQL] Add missing dependency to build.

This is needed to avoid odd compiler errors when building just the
sql package with maven, because of odd interactions between scalac
and shaded classes.

Author: Marcelo Vanzin <vanzin@cloudera.com>

Closes #11640 from vanzin/SPARK-13780.
parent 6d37e1eb
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,10 @@
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-hadoop</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment