Update Jetty war package test to expect new ASM transitive dependency

Closes gh-13097
This commit is contained in:
Andy Wilkinson 2018-05-08 12:37:19 +01:00
parent 8a5cefb547
commit 2195ed1e8e

View File

@ -55,9 +55,10 @@ public class WarPackagingTests {
"jetty-servlets", "jetty-webapp-", "websocket-api",
"javax.annotation-api", "jetty-plus", "javax-websocket-server-impl-",
"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-"));
"asm-analysis-", "asm-commons-", "websocket-common-",
"jetty-annotations-", "javax-websocket-client-impl-",
"websocket-client-", "websocket-server-", "jetty-xml-",
"websocket-servlet-"));
private static final String BOOT_VERSION = Versions.getBootVersion();