Skip to content

Commit 2195ed1

Browse files
committed
Update Jetty war package test to expect new ASM transitive dependency
Closes gh-13097
1 parent 8a5cefb commit 2195ed1

File tree

1 file changed

+4
-3
lines changed
  • spring-boot-integration-tests/spring-boot-gradle-tests/src/test/java/org/springframework/boot/gradle

1 file changed

+4
-3
lines changed

spring-boot-integration-tests/spring-boot-gradle-tests/src/test/java/org/springframework/boot/gradle/WarPackagingTests.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,10 @@ public class WarPackagingTests {
5555
"jetty-servlets", "jetty-webapp-", "websocket-api",
5656
"javax.annotation-api", "jetty-plus", "javax-websocket-server-impl-",
5757
"apache-el", "asm-", "javax.websocket-api-", "asm-tree-",
58-
"asm-commons-", "websocket-common-", "jetty-annotations-",
59-
"javax-websocket-client-impl-", "websocket-client-",
60-
"websocket-server-", "jetty-xml-", "websocket-servlet-"));
58+
"asm-analysis-", "asm-commons-", "websocket-common-",
59+
"jetty-annotations-", "javax-websocket-client-impl-",
60+
"websocket-client-", "websocket-server-", "jetty-xml-",
61+
"websocket-servlet-"));
6162

6263
private static final String BOOT_VERSION = Versions.getBootVersion();
6364

0 commit comments

Comments
 (0)