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-plugin-api/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-plugin-api/pom.xml')
-rw-r--r-- | sonar-plugin-api/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml index df1fac38c6e..7d885fcb6eb 100644 --- a/sonar-plugin-api/pom.xml +++ b/sonar-plugin-api/pom.xml @@ -126,7 +126,7 @@ <artifactId>xalan</artifactId> </dependency> <dependency> - <groupId>javax.servlet</groupId> + <groupId>org.mortbay.jetty</groupId> <artifactId>servlet-api</artifactId> <optional>true</optional> </dependency> |