We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29a637 commit 7acc41cCopy full SHA for 7acc41c
build.gradle.kts
@@ -48,7 +48,6 @@ dependencies {
48
compileOnly("log4j:log4j:1.+") {
49
because("log4j 1 has critical vulnerabilities but we need the type for the refaster recipe during compilation")
50
}
51
- testRuntimeOnly("log4j:log4j:1.+") // Necessary to match for now; explore alternatives for Refaster classpath in the future
52
testRuntimeOnly("ch.qos.logback:logback-classic:1.3.+")
53
54
testImplementation("org.junit.jupiter:junit-jupiter-api:5.+")
src/test/resources/META-INF/rewrite/classpath.tsv.gz
-149 Bytes
0 commit comments