summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@yahoo-inc.com>2016-08-30 10:50:53 +0200
committergjoranv <gv@yahoo-inc.com>2016-08-30 10:53:20 +0200
commit8fa909823e1e9837524a46abd0e7937bbecd09a0 (patch)
treea0135a07042785612f685b686312e4c6cbdb69eb /pom.xml
parentccf69c7ff6cbba0bcd7311968e37cf9c8e028fd9 (diff)
Downgrade jetty
- Loading mime.properties and encoding.properties fails in jdisc on 9.3.11, see: https://github.com/eclipse/jetty.project/issues/723 VESPA-4359
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 10eca2a27ff..870b710aab3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1113,7 +1113,7 @@
<curator.version>2.9.1</curator.version>
<jackson2.version>2.5.3</jackson2.version>
<jersey2.version>2.10.1</jersey2.version>
- <jetty.version>9.3.11.v20160721</jetty.version>
+ <jetty.version>9.3.10.v20160621</jetty.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<test.hide>true</test.hide>
<doclint>all</doclint>