From 2195ed1e8ec0fca69cd12511668efe872cbbeccd Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 8 May 2018 12:37:19 +0100 Subject: [PATCH] Update Jetty war package test to expect new ASM transitive dependency Closes gh-13097 --- .../org/springframework/boot/gradle/WarPackagingTests.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/spring-boot-integration-tests/spring-boot-gradle-tests/src/test/java/org/springframework/boot/gradle/WarPackagingTests.java b/spring-boot-integration-tests/spring-boot-gradle-tests/src/test/java/org/springframework/boot/gradle/WarPackagingTests.java index a2088750822..e0bee5beb83 100644 --- a/spring-boot-integration-tests/spring-boot-gradle-tests/src/test/java/org/springframework/boot/gradle/WarPackagingTests.java +++ b/spring-boot-integration-tests/spring-boot-gradle-tests/src/test/java/org/springframework/boot/gradle/WarPackagingTests.java @@ -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();