xiaozcy commented on code in PR #4232:
URL: https://github.com/apache/gravitino/pull/4232#discussion_r1686257767


##########
gradle/libs.versions.toml:
##########
@@ -145,6 +147,7 @@ httpclient5 = { group = 
"org.apache.httpcomponents.client5", name = "httpclient5
 mockserver-netty = { group = "org.mock-server", name = "mockserver-netty", 
version.ref = "mockserver" }
 mockserver-client-java = { group = "org.mock-server", name = 
"mockserver-client-java", version.ref = "mockserver" }
 commons-lang3 = { group = "org.apache.commons", name = "commons-lang3", 
version.ref = "commons-lang3" }
+commons-lang = { group = "commons-lang", name = "commons-lang", version.ref = 
"commons-lang" }

Review Comment:
   `Hadoop-aws` with version 3.1.0 depends on `commons-lang`, which is brought 
by `hadoop-common` in runtime environment.
   
   In test environment, the version of `hadoop-common` is upgraded from 3.1.0 
to 3.3.6 because of conflict with `hadoop-minicluster`, which removes the 
dependency of `commons-lang`. So we have to add `commons-lang` manually to run 
tests.



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