diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-09-12 00:52:06 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-09-12 00:52:06 +0200 |
commit | 580464eac64d2169c29cf32a72482c57ab8263d5 (patch) | |
tree | 1ded13d69c9196dfe30e237013b29a37b676c547 /sonar-ws-client | |
parent | 7c375efff9e6561a6a0aa3c6ee65eff22290e4ec (diff) | |
download | sonarqube-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.xml | 2 |
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> |