merlimat commented on a change in pull request #13316:
URL: https://github.com/apache/pulsar/pull/13316#discussion_r794952124
##########
File path: pulsar-client/pom.xml
##########
@@ -114,6 +114,11 @@
<artifactId>gson</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ </dependency>
Review comment:
If we add a new dependency, we'd need to also shade it. It would be
better if we can use the Java default HTTP client
--
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]