tanishq-chugh commented on code in PR #5385:
URL: https://github.com/apache/hive/pull/5385#discussion_r1706613190
##########
pom.xml:
##########
@@ -126,10 +126,10 @@
<commons-configuration.version>1.10</commons-configuration.version>
<commons-exec.version>1.1</commons-exec.version>
<commons-io.version>2.12.0</commons-io.version>
- <commons-pool2.version>2.11.1</commons-pool2.version>
+ <commons-pool2.version>2.12.0</commons-pool2.version>
Review Comment:
commons-pool2 was made to be declared explicitly as part of :
[HIVE-26423](https://issues.apache.org/jira/browse/HIVE-26423) &
[PR-3472](https://github.com/apache/hive/pull/3472)
where the reasoning was that hive uses commons-pool2 directly and to prevent
any kind of runtime/packaging issues, we need to declare it explicitly.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]