Skip to content

Commit 99b7187

Browse files
author
Marcelo Vanzin
committed
[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 <[email protected]> Closes #11640 from vanzin/SPARK-13780.
1 parent 6d37e1e commit 99b7187

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sql/core/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@
8383
<groupId>org.apache.parquet</groupId>
8484
<artifactId>parquet-hadoop</artifactId>
8585
</dependency>
86+
<dependency>
87+
<groupId>org.eclipse.jetty</groupId>
88+
<artifactId>jetty-servlet</artifactId>
89+
</dependency>
8690
<dependency>
8791
<groupId>com.fasterxml.jackson.core</groupId>
8892
<artifactId>jackson-databind</artifactId>

0 commit comments

Comments
 (0)