difin commented on code in PR #5995: URL: https://github.com/apache/hive/pull/5995#discussion_r2271204413
########## pom.xml: ########## @@ -153,6 +153,8 @@ <httpcomponents.client.version>4.5.13</httpcomponents.client.version> <httpcomponents.core.version>4.4.13</httpcomponents.core.version> <immutables.version>2.9.2</immutables.version> + <httpcomponents5.core.version>5.3</httpcomponents5.core.version> Review Comment: I don't know why dependencies on httpcomponents5 were added in the original PR, because after removing those from pom.xmls all the code was able to compile without changes :) -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org