aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2011-02-22 17:28:28 +0100
committersimonbrandhof <simon.brandhof@gmail.com>2011-02-22 17:28:28 +0100
commite84541a448f3ccda50078ec437ca693bdeb956c1 (patch)
tree5a886a174768cde477ab2eb56e5aacf882877e10 /pom.xml
parented0491997a0bac11fd07d396150538bb8de36566 (diff)
downloadsonarqube-e84541a448f3ccda50078ec437ca693bdeb956c1.tar.gz
sonarqube-e84541a448f3ccda50078ec437ca693bdeb956c1.zip
SONAR-2212 Fix support of Tomcat 5.5
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 02ab27f3172..7193232223f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>