diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-03-01 10:57:58 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-03-01 10:58:07 +0100 |
commit | 55def5196301144549383879c9e3e3752573155c (patch) | |
tree | 572bee1bc3081f8fc44503623d214bfd65816a56 /pom.xml | |
parent | 51215bf61f6390d3b7e61603d61e3f1d1a9c07ce (diff) | |
download | sonarqube-55def5196301144549383879c9e3e3752573155c.tar.gz sonarqube-55def5196301144549383879c9e3e3752573155c.zip |
Add comment about support of servlet 2.4
Diffstat (limited to 'pom.xml')
-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> |