]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-2212 Fix support of Tomcat 5.5
authorsimonbrandhof <simon.brandhof@gmail.com>
Tue, 22 Feb 2011 16:28:28 +0000 (17:28 +0100)
committersimonbrandhof <simon.brandhof@gmail.com>
Tue, 22 Feb 2011 16:28:28 +0000 (17:28 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index 02ab27f31723b1787838770036835f0db441b8ac..7193232223f2921c8b66f766e20a0b10fd7c9f97 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <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>