Skip to content

Commit

Permalink
remove log4j
Browse files Browse the repository at this point in the history
  • Loading branch information
FANNG1 committed Sep 20, 2024
1 parent 788218f commit cadbdf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions integration-test-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ val testShadowJar by tasks.registering(ShadowJar::class) {
project.configurations.testRuntimeClasspath.get()
)
archiveClassifier.set("tests-shadow")
// avoid conflict with Spark test
exclude("org/apache/logging/slf4j/**")
relocate("org.eclipse.jetty", "org.apache.gravitino.it.shaded.org.eclipse.jetty")
from(sourceSets["test"].output)
}
Expand Down
4 changes: 1 addition & 3 deletions spark-connector/spark-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ dependencies {
testImplementation(project(":server-common")) {
exclude("org.apache.logging.log4j")
}
testImplementation(project(":integration-test-common", "testArtifacts"))

testImplementation(libs.hive2.common) {
testImplementation(project(":integration-test-common", "testArtifacts")) testImplementation(libs.hive2.common) {
exclude("org.apache.curator")
// use hadoop from Spark
exclude("org.apache.hadoop")
Expand Down

0 comments on commit cadbdf4

Please sign in to comment.