Skip to content

Commit a88d99f

Browse files
authored
Update Gradle test expectations (#386)
Following the changes in apache/logging-log4j2#3984, the Gradle test’s expected compile classpath no longer includes `jsr305` or `spotbugs-annotations`. This PR updates the test assertions accordingly.
1 parent 214f09d commit a88d99f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

log4j-samples-gradle-metadata/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,11 @@ def expectedCompileClasspath = [
4545
"biz.aQute.bnd.annotation",
4646
"error_prone_annotations",
4747
"jspecify",
48-
"jsr305",
4948
"log4j-api",
5049
"org.osgi.annotation.bundle",
5150
"org.osgi.annotation.versioning",
5251
"org.osgi.resource",
53-
"org.osgi.service.serviceloader",
54-
"spotbugs-annotations"
52+
"org.osgi.service.serviceloader"
5553
]
5654

5755
tasks.register("assertRuntimeClasspath") {

0 commit comments

Comments
 (0)