Polish "Make excludes configurable via property"

See gh-39837
This commit is contained in:
Andy Wilkinson
2024-04-11 16:28:32 +01:00
parent 58fc8f8c01
commit 2a6293940b
2 changed files with 5 additions and 4 deletions

View File

@@ -175,7 +175,7 @@ class JarIntegrationTests extends AbstractArchiveIntegrationTests {
.hasEntryWithNameStartingWith("BOOT-INF/lib/spring-context")
.hasEntryWithNameStartingWith("BOOT-INF/lib/spring-core")
.hasEntryWithNameStartingWith("BOOT-INF/lib/spring-jcl")
.doesNotHaveEntryWithNameStartingWith("BOOT-INF/lib/jakarta.servlet-api-");
.doesNotHaveEntryWithName("BOOT-INF/lib/servlet-api-2.5.jar");
});
}