Commit a3c63b9c authored by Phillip Webb's avatar Phillip Webb

Fix broken Gradle test

Update test broken by recent Jetty changes.

See gh-6692
parent 274734e7
...@@ -54,8 +54,8 @@ public class WarPackagingTests { ...@@ -54,8 +54,8 @@ public class WarPackagingTests {
"jetty-server-", "jetty-security-", "jetty-servlet-", "jetty-server-", "jetty-security-", "jetty-servlet-",
"jetty-servlets", "jetty-webapp-", "websocket-api", "jetty-servlets", "jetty-webapp-", "websocket-api",
"javax.annotation-api", "jetty-plus", "javax-websocket-server-impl-", "javax.annotation-api", "jetty-plus", "javax-websocket-server-impl-",
"asm-", "javax.websocket-api-", "asm-tree-", "asm-commons-", "apache-el", "asm-", "javax.websocket-api-", "asm-tree-",
"websocket-common-", "jetty-annotations-", "asm-commons-", "websocket-common-", "jetty-annotations-",
"javax-websocket-client-impl-", "websocket-client-", "javax-websocket-client-impl-", "websocket-client-",
"websocket-server-", "jetty-xml-", "websocket-servlet-")); "websocket-server-", "jetty-xml-", "websocket-servlet-"));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment