Fix broken Gradle test
Update test broken by recent Jetty changes. See gh-6692
This commit is contained in:
parent
274734e787
commit
a3c63b9c34
|
|
@ -54,8 +54,8 @@ public class WarPackagingTests {
|
|||
"jetty-server-", "jetty-security-", "jetty-servlet-",
|
||||
"jetty-servlets", "jetty-webapp-", "websocket-api",
|
||||
"javax.annotation-api", "jetty-plus", "javax-websocket-server-impl-",
|
||||
"asm-", "javax.websocket-api-", "asm-tree-", "asm-commons-",
|
||||
"websocket-common-", "jetty-annotations-",
|
||||
"apache-el", "asm-", "javax.websocket-api-", "asm-tree-",
|
||||
"asm-commons-", "websocket-common-", "jetty-annotations-",
|
||||
"javax-websocket-client-impl-", "websocket-client-",
|
||||
"websocket-server-", "jetty-xml-", "websocket-servlet-"));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue