aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorPatrick Wendell <patrick@databricks.com>2015-02-05 18:14:54 -0800
committerPatrick Wendell <patrick@databricks.com>2015-02-05 18:15:00 -0800
commit34131fdb7bfa52e0618ce127f793e2e491211b0b (patch)
tree1ad5de29f412134774cd2f4ae2965473bdaeff42 /pom.xml
parentce6d8bbd9bfee710c76ed36235b9ce5b992c0c55 (diff)
downloadspark-34131fdb7bfa52e0618ce127f793e2e491211b0b.tar.gz
spark-34131fdb7bfa52e0618ce127f793e2e491211b0b.tar.bz2
spark-34131fdb7bfa52e0618ce127f793e2e491211b0b.zip
SPARK-5557: Explicitly include servlet API in dependencies.
Because of the way we shade jetty, we lose its dependency orbit in the assembly jar, which includes the javax servlet API's. This adds back orbit explicitly, using the version that matches our jetty version. Author: Patrick Wendell <patrick@databricks.com> Closes #4411 from pwendell/servlet-api and squashes the following commits: 445f868 [Patrick Wendell] SPARK-5557: Explicitly include servlet API in dependencies. (cherry picked from commit 793dbaef401d777c3efc1759a3ea7580e01de528) Signed-off-by: Patrick Wendell <patrick@databricks.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d324b5f0ec..727cd0a36b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,6 +135,7 @@
<parquet.version>1.6.0rc3</parquet.version>
<jblas.version>1.2.3</jblas.version>
<jetty.version>8.1.14.v20131031</jetty.version>
+ <orbit.version>3.0.0.v201112011016</orbit.version>
<chill.version>0.5.0</chill.version>
<kryo.version>2.24.0</kryo.version>
<ivy.version>2.4.0</ivy.version>