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-application/pom.xml | |
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-application/pom.xml')
-rw-r--r-- | sonar-application/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index eac47e09a19..52d2b28ad3f 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -44,7 +44,7 @@ <scope>test</scope> </dependency> <dependency> - <groupId>javax.servlet</groupId> + <groupId>org.mortbay.jetty</groupId> <artifactId>servlet-api</artifactId> <scope>test</scope> </dependency> |