aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-09-12 00:52:06 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2013-09-12 00:52:06 +0200
commit580464eac64d2169c29cf32a72482c57ab8263d5 (patch)
tree1ded13d69c9196dfe30e237013b29a37b676c547 /pom.xml
parent7c375efff9e6561a6a0aa3c6ee65eff22290e4ec (diff)
downloadsonarqube-580464eac64d2169c29cf32a72482c57ab8263d5.tar.gz
sonarqube-580464eac64d2169c29cf32a72482c57ab8263d5.zip
Prepare upgrades of JRuby/Rails by upgrading to servlet 3.0
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 864d2fd6402..a1510f2b770 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,7 @@
<sonarJava.version>1.3</sonarJava.version>
<sonarGwt.version>3.3.1</sonarGwt.version>
<h2.version>1.3.172</h2.version>
- <jetty.version>7.6.11.v20130520</jetty.version>
+ <jetty.version>8.1.12.v20130726</jetty.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.min.version>3.0.5</maven.min.version>
<maven.api.version>2.2.0</maven.api.version>
@@ -955,9 +955,9 @@
<version>3.0.1</version>
</dependency>
<dependency>
- <groupId>javax.servlet</groupId>
+ <groupId>org.mortbay.jetty</groupId>
<artifactId>servlet-api</artifactId>
- <version>2.5</version>
+ <version>3.0.20100224</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>