aboutsummaryrefslogtreecommitdiff
path: root/yarn/pom.xml
diff options
context:
space:
mode:
authorPatrick Wendell <patrick@databricks.com>2015-02-02 14:00:14 -0800
committerPatrick Wendell <patrick@databricks.com>2015-02-02 14:00:49 -0800
commit2321dd1ef9b0ae70b686904fca4981549cc2d9b2 (patch)
tree14212eec7ba94b2f4e4463a706dba47996267621 /yarn/pom.xml
parente908322cd5991e6cbdaaafb8cd494759dac01225 (diff)
downloadspark-2321dd1ef9b0ae70b686904fca4981549cc2d9b2.tar.gz
spark-2321dd1ef9b0ae70b686904fca4981549cc2d9b2.tar.bz2
spark-2321dd1ef9b0ae70b686904fca4981549cc2d9b2.zip
[HOTFIX] Add jetty references to build for YARN module.
Diffstat (limited to 'yarn/pom.xml')
-rw-r--r--yarn/pom.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/yarn/pom.xml b/yarn/pom.xml
index 7595549e4b..6bdf9d2416 100644
--- a/yarn/pom.xml
+++ b/yarn/pom.xml
@@ -58,6 +58,30 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client</artifactId>
</dependency>
+
+ <!-- Explicit listing of transitive deps that are shaded. Otherwise, odd compiler crashes. -->
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-server</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-plus</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-util</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-http</artifactId>
+ </dependency>
+ <!-- End of shaded deps. -->
+
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-yarn-server-tests</artifactId>