geyanggang commented on code in PR #10789:
URL: https://github.com/apache/gravitino/pull/10789#discussion_r3153787563


##########
catalogs/catalog-lakehouse-paimon/build.gradle.kts:
##########
@@ -103,7 +103,7 @@ dependencies {
   }
   implementation(libs.commons.lang3)
   implementation(libs.guava)
-  implementation(libs.hadoop2.common) {
+  implementation(libs.hadoop3.common) {

Review Comment:
   Fixed — Hadoop 3 changed several transitive deps (Mortbay Jetty → Eclipse 
Jetty, `com.sun.jersey:jersey-json` → `com.github.pjfanning:jersey-json`, added 
`reload4j`), so the old exclude lists weren't covering them. Updated excludes 
in `hadoop3.common`, `hadoop3.mapreduce.client.core`, and cleaned up 
`hadoop3.hdfs.client` (its Hadoop 2 era excludes are no longer needed in Hadoop 
3).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to