Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuqi1129 committed Jan 27, 2025
1 parent ab85969 commit 2ee62c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions catalogs/catalog-hadoop/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ dependencies {
exclude("org.eclipse.jetty", "*")
exclude("io.netty")
exclude("org.fusesource.leveldbjni")
// Exclude protobuf-java to avoid conflict with;
exclude("com.google.protobuf", "protobuf-java")
}
implementation(libs.slf4j.api)
implementation(libs.awaitility)
Expand Down Expand Up @@ -101,6 +103,9 @@ tasks {
exclude("javax.servlet-*.jar")
exclude("kerb-*.jar")
exclude("kerby-*.jar")
// As L55-56 takes no effect actually in the final distribution package, we need to exclude
// protobuf-java here
exclude("protobuf-java-*.jar")
}
into("$rootDir/distribution/package/catalogs/hadoop/libs")
}
Expand Down

0 comments on commit 2ee62c1

Please sign in to comment.