diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-02-22 17:28:28 +0100 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-02-22 17:28:28 +0100 |
commit | e84541a448f3ccda50078ec437ca693bdeb956c1 (patch) | |
tree | 5a886a174768cde477ab2eb56e5aacf882877e10 /pom.xml | |
parent | ed0491997a0bac11fd07d396150538bb8de36566 (diff) | |
download | sonarqube-e84541a448f3ccda50078ec437ca693bdeb956c1.tar.gz sonarqube-e84541a448f3ccda50078ec437ca693bdeb956c1.zip |
SONAR-2212 Fix support of Tomcat 5.5
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -614,9 +614,13 @@ <version>${derby.version}</version> </dependency> <dependency> + <!-- + IMPORTANT: DO NOT UPGRADE THIS LIB. Indeed v.1.0.0.1 is a dedicated branch to support Tomcat 5.x. Versions 1.0.5 and greater do not support Tomcat 5. + See http://jira.codehaus.org/browse/SONAR-2212 + --> <groupId>org.jruby.rack</groupId> <artifactId>jruby-rack</artifactId> - <version>1.0.5</version> + <version>1.0.0.1</version> </dependency> <dependency> <groupId>mysql</groupId> |