aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws-client
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 /sonar-ws-client
parent7c375efff9e6561a6a0aa3c6ee65eff22290e4ec (diff)
downloadsonarqube-580464eac64d2169c29cf32a72482c57ab8263d5.tar.gz
sonarqube-580464eac64d2169c29cf32a72482c57ab8263d5.zip
Prepare upgrades of JRuby/Rails by upgrading to servlet 3.0
Diffstat (limited to 'sonar-ws-client')
-rw-r--r--sonar-ws-client/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-ws-client/pom.xml b/sonar-ws-client/pom.xml
index 7f29ceb4ac6..3d0d98ae3d6 100644
--- a/sonar-ws-client/pom.xml
+++ b/sonar-ws-client/pom.xml
@@ -51,7 +51,7 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>javax.servlet</groupId>
+ <groupId>org.mortbay.jetty</groupId>
<artifactId>servlet-api</artifactId>
<scope>test</scope>
</dependency>