Commit 2195ed1e authored by Andy Wilkinson's avatar Andy Wilkinson

Update Jetty war package test to expect new ASM transitive dependency

Closes gh-13097
parent 8a5cefb5
......@@ -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();
......
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