From 3117f439e0a26e951a1bcae8fc14cc8cc4b2a741 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20L=C3=A9aut=C3=A9?= Date: Tue, 15 Apr 2014 14:02:18 -0700 Subject: [PATCH] update to jetty 9.1.4 to fix bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=430654 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index faadaa5b96..c48ee0e30d 100644 --- a/pom.xml +++ b/pom.xml @@ -313,17 +313,17 @@ org.eclipse.jetty jetty-server - 9.1.3.v20140225 + 9.1.4.v20140401 org.eclipse.jetty jetty-servlet - 9.1.3.v20140225 + 9.1.4.v20140401 org.eclipse.jetty jetty-servlets - 9.1.3.v20140225 + 9.1.4.v20140401 joda-time -- GitLab