Skip to content

Commit

Permalink
[CALCITE-6747] Multiple SLF4J bindings in Spark unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
AstraHoo committed Dec 27, 2024
1 parent 9eb6e6d commit 5361699
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spark/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ dependencies {
api("org.apache.spark:spark-core_2.10") {
exclude("org.slf4j", "slf4j-log4j12")
.because("conflicts with log4j-slf4j-impl")
exclude("org.slf4j", "slf4j-reload4j")
.because("conflicts with log4j-slf4j-impl")
}

implementation("com.google.guava:guava")
Expand All @@ -31,5 +33,5 @@ dependencies {
runtimeOnly("xerces:xercesImpl")

testImplementation(project(":testkit"))
testRuntimeOnly("org.slf4j:slf4j-reload4j")
testRuntimeOnly("org.apache.logging.log4j:log4j-slf4j-impl")
}

0 comments on commit 5361699

Please sign in to comment.