aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAndrew Or <andrewor14@gmail.com>2014-03-31 21:42:36 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-03-31 21:42:36 -0700
commit94fe7fd4fa9749cb13e540e4f9caf28de47eaf32 (patch)
tree759c3d6419883a53d9a97f2f28a0037dfbffd4ee /pom.xml
parent564f1c137caf07bd1f073ec6c93551dcad935ee5 (diff)
downloadspark-94fe7fd4fa9749cb13e540e4f9caf28de47eaf32.tar.gz
spark-94fe7fd4fa9749cb13e540e4f9caf28de47eaf32.tar.bz2
spark-94fe7fd4fa9749cb13e540e4f9caf28de47eaf32.zip
[SPARK-1377] Upgrade Jetty to 8.1.14v20131031
Previous version was 7.6.8v20121106. The only difference between Jetty 7 and Jetty 8 is that the former uses Servlet API 2.5, while the latter uses Servlet API 3.0. Author: Andrew Or <andrewor14@gmail.com> Closes #280 from andrewor14/jetty-upgrade and squashes the following commits: dd57104 [Andrew Or] Merge github.com:apache/spark into jetty-upgrade e75fa85 [Andrew Or] Upgrade Jetty to 8.1.14v20131031
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 72acf2b402..09a449d814 100644
--- a/pom.xml
+++ b/pom.xml
@@ -192,22 +192,22 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util</artifactId>
- <version>7.6.8.v20121106</version>
+ <version>8.1.14.v20131031</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-security</artifactId>
- <version>7.6.8.v20121106</version>
+ <version>8.1.14.v20131031</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-plus</artifactId>
- <version>7.6.8.v20121106</version>
+ <version>8.1.14.v20131031</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
- <version>7.6.8.v20121106</version>
+ <version>8.1.14.v20131031</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>