Skip to content

Commit 7acc41c

Browse files
Laurens-Wtimtebeek
andauthored
Remove vulnerable dependency from test scope (#271)
* This is now resolved from type table * Drop empty test type table --------- Co-authored-by: Tim te Beek <tim@moderne.io>
1 parent f29a637 commit 7acc41c

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ dependencies {
4848
compileOnly("log4j:log4j:1.+") {
4949
because("log4j 1 has critical vulnerabilities but we need the type for the refaster recipe during compilation")
5050
}
51-
testRuntimeOnly("log4j:log4j:1.+") // Necessary to match for now; explore alternatives for Refaster classpath in the future
5251
testRuntimeOnly("ch.qos.logback:logback-classic:1.3.+")
5352

5453
testImplementation("org.junit.jupiter:junit-jupiter-api:5.+")
-149 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)