Skip to content

Commit

Permalink
Upgrade Hadoop and Dropwizard versions and exclude non-Apache complia…
Browse files Browse the repository at this point in the history
…nt transitive dependencies (apache#519)
  • Loading branch information
jbonofre authored Dec 10, 2024
1 parent 426f5eb commit 99e128a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
#

[versions]
hadoop = "3.4.0"
hadoop = "3.4.1"
iceberg = "1.7.1"
dropwizard = "4.0.8"
slf4j = "2.0.13"
dropwizard = "4.0.11"
slf4j = "2.0.16"
swagger = "1.6.14"

[bundles]
Expand Down
5 changes: 5 additions & 0 deletions polaris-service/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ dependencies {
exclude("ch.qos.reload4j", "reload4j")
exclude("log4j", "log4j")
exclude("org.apache.zookeeper", "zookeeper")
exclude("org.apache.hadoop.thirdparty", "hadoop-shaded-protobuf_3_25")
exclude("com.github.pjfanning", "jersey-json")
exclude("com.sun.jersey", "jersey-core")
exclude("com.sun.jersey", "jersey-server")
exclude("com.sun.jersey", "jersey-servlet")
}
implementation(libs.hadoop.hdfs.client)
implementation(libs.smallrye.common.annotation)
Expand Down

0 comments on commit 99e128a

Please sign in to comment.