diff options
-rw-r--r-- | pom.xml | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -718,8 +718,13 @@ </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 + IMPORTANT: DO NOT UPGRADE THIS LIB. Indeed v.1.0.0.1 is a dedicated branch to support Servlet 2.4. Versions 1.0.5 and greater + support Servlet 2.5+. + Note that Servlet 2.4 will be supported until the end of life of Tomcat 5.5, in 2012 Q4. + See : + - http://www.tomcatexpert.com/blog/2011/08/10/end-life-announced-apache-tomcat-55 + - http://jira.codehaus.org/browse/SONAR-2212 + - http://kenai.com/jira/browse/JRUBY_RACK-31 --> <groupId>org.jruby.rack</groupId> <artifactId>jruby-rack</artifactId> |