aboutsummaryrefslogtreecommitdiff
path: root/streaming/pom.xml
diff options
context:
space:
mode:
authorPatrick Wendell <patrick@databricks.com>2015-02-02 21:01:36 -0800
committerPatrick Wendell <patrick@databricks.com>2015-02-02 21:01:36 -0800
commit7930d2bef0e2c7f62456e013124455061dfe6dc8 (patch)
tree7d40341e774be762afad23f6144ce9c8afeac450 /streaming/pom.xml
parent0ef38f5fad637fe96464778c1e5ec99cfcc6313c (diff)
downloadspark-7930d2bef0e2c7f62456e013124455061dfe6dc8.tar.gz
spark-7930d2bef0e2c7f62456e013124455061dfe6dc8.tar.bz2
spark-7930d2bef0e2c7f62456e013124455061dfe6dc8.zip
SPARK-3996: Add jetty servlet and continuations.
These are needed transitively from the other Jetty libraries we include. It was not picked up by unit tests because we disable the UI. Author: Patrick Wendell <patrick@databricks.com> Closes #4323 from pwendell/jetty and squashes the following commits: d8669da [Patrick Wendell] SPARK-3996: Add jetty servlet and continuations.
Diffstat (limited to 'streaming/pom.xml')
-rw-r--r--streaming/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/streaming/pom.xml b/streaming/pom.xml
index 5efed16039..1e92ba686a 100644
--- a/streaming/pom.xml
+++ b/streaming/pom.xml
@@ -62,6 +62,10 @@
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-http</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-servlet</artifactId>
+ </dependency>
<!-- End of shaded deps. -->
<dependency>