jerryshao commented on code in PR #4756:
URL: https://github.com/apache/gravitino/pull/4756#discussion_r1735530350


##########
authorizations/authorization-ranger/build.gradle.kts:
##########
@@ -32,13 +32,10 @@ dependencies {
     exclude(group = "*")
   }
   implementation(libs.bundles.log4j)
-  implementation(libs.commons.collections4)
   implementation(libs.commons.lang3)
   implementation(libs.guava)

Review Comment:
   I think the jars like log4j, guava are already provided by Gravitino's base 
classpath, so we can remove these when doing copyLib, you can refer to 
@yuqi1129 's PR #4521 



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