aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorReynold Xin <rxin@apache.org>2014-03-13 12:16:04 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-03-13 12:16:04 -0700
commitca4bf8c572c2f70b484830f1db414b5073744ab6 (patch)
tree35151d6f99283b7286f574b06e4f650cf556014a /pom.xml
parent698373211ef3cdf841c82d48168cd5dbe00a57b4 (diff)
downloadspark-ca4bf8c572c2f70b484830f1db414b5073744ab6.tar.gz
spark-ca4bf8c572c2f70b484830f1db414b5073744ab6.tar.bz2
spark-ca4bf8c572c2f70b484830f1db414b5073744ab6.zip
SPARK-1236 - Upgrade Jetty to 9.1.3.v20140225.
Author: Reynold Xin <rxin@apache.org> Closes #113 from rxin/jetty9 and squashes the following commits: 867a2ce [Reynold Xin] Updated Jetty version to 9.1.3.v20140225 in Maven build file. d7c97ca [Reynold Xin] Return the correctly bound port. d14706f [Reynold Xin] Upgrade Jetty to 9.1.3.v20140225.
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 d2c36dc260..441e931cc8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,22 +158,22 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util</artifactId>
- <version>7.6.8.v20121106</version>
+ <version>9.1.3.v20140225</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-security</artifactId>
- <version>7.6.8.v20121106</version>
+ <version>9.1.3.v20140225</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-plus</artifactId>
- <version>7.6.8.v20121106</version>
+ <version>9.1.3.v20140225</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
- <version>7.6.8.v20121106</version>
+ <version>9.1.3.v20140225</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>