diff --git a/build.gradle.kts b/build.gradle.kts index edc13c0..42192f0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -48,7 +48,6 @@ dependencies { compileOnly("log4j:log4j:1.+") { because("log4j 1 has critical vulnerabilities but we need the type for the refaster recipe during compilation") } - testRuntimeOnly("log4j:log4j:1.+") // Necessary to match for now; explore alternatives for Refaster classpath in the future testRuntimeOnly("ch.qos.logback:logback-classic:1.3.+") testImplementation("org.junit.jupiter:junit-jupiter-api:5.+") diff --git a/src/test/resources/META-INF/rewrite/classpath.tsv.gz b/src/test/resources/META-INF/rewrite/classpath.tsv.gz deleted file mode 100644 index 9487e80..0000000 Binary files a/src/test/resources/META-INF/rewrite/classpath.tsv.gz and /dev/null differ