This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/jetty-webapp/src/main/java/org/eclipse/jetty/webapp/Configuration.java b/jetty-webapp/src/main/java/org/eclipse/jetty/webapp/Configuration.java | |
index 005e90b..c2c9651 100644 | |
--- a/jetty-webapp/src/main/java/org/eclipse/jetty/webapp/Configuration.java | |
+++ b/jetty-webapp/src/main/java/org/eclipse/jetty/webapp/Configuration.java | |
@@ -96,7 +96,7 @@ public interface Configuration | |
public class ClassList extends ArrayList<String> | |
- { | |
+ { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/pom.xml b/pom.xml | |
--- a/pom.xml | |
+++ b/pom.xml | |
@@ -273,7 +273,7 @@ | |
<httpcomponents.core.version>4.3.2</httpcomponents.core.version> | |
<httpcomponents.client.version>4.3.4</httpcomponents.client.version> | |
<gson.version>2.2.2</gson.version> | |
- <jetty.version>9.1.0.v20131115</jetty.version> | |
+ <jetty.version>9.4.0.M0</jetty.version> | |
<jetty-schemas.version>3.1.M0</jetty-schemas.version> |