youngyjd commented on code in PR #7298:
URL: https://github.com/apache/gravitino/pull/7298#discussion_r2164479601


##########
clients/filesystem-hadoop3-runtime/build.gradle.kts:
##########
@@ -43,6 +43,8 @@ tasks.withType<ShadowJar>(ShadowJar::class.java) {
   relocate("com.github.benmanes.caffeine", 
"org.apache.gravitino.shaded.com.github.benmanes.caffeine")
   // relocate common lang3 package
   relocate("org.apache.commons.lang3", 
"org.apache.gravitino.shaded.org.apache.commons.lang3")
+  relocate("org.apache.hc", "org.apache.gravitino.shaded.org.apache.hc")
+  relocate("org.checkerframework", 
"org.apache.gravitino.shaded.org.checkerframework")

Review Comment:
   ltm. I just checked gravitino-filesystem-hadoop3-runtime jar dependencies 
again and only see 
   ```
   org/apache/
   org/apache/gravitino
   org/apache/hc
   org/checkerframework/
   org/checkerframework/checker
   org/checkerframework/common
   org/checkerframework/dataflow
   org/checkerframework/framework
   ```
   
   Not sure how I found out `org.apache.http` and `org.apache.thrift` 
dependencies in the beginning. 



-- 
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