aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index c64c0fdba3d..ca054607602 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,10 @@
"false" strings."
-->
<derby.version>10.7.1.1</derby.version>
- <jetty.version>6.1.26</jetty.version>
+
+ <!-- Do not upgrade to v.6.1.26. AJP connections are broken. See http://jira.codehaus.org/browse/SONAR-3058 -->
+ <jetty.version>6.1.25</jetty.version>
+
<sonar.skippedModules>sonar-deprecated,sonar-gwt-api,sonar-core-gwt,sonar-testing-harness,sonar-samples
</sonar.skippedModules>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>