Skip to content

Commit bb9ba18

Browse files
authored
Merge branch 'main' into fix/3871_graalvm-filter
2 parents 3784e1d + a88d99f commit bb9ba18

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)