klwilson227 commented on a change in pull request #10246:
URL: https://github.com/apache/pulsar/pull/10246#discussion_r614861660
##########
File path: pulsar-testclient/pom.xml
##########
@@ -94,6 +94,13 @@
<groupId>org.hdrhistogram</groupId>
<artifactId>HdrHistogram</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.json</groupId>
+ <artifactId>json</artifactId>
+ <version>20201115</version>
+ <scope>test</scope>
+ </dependency>
Review comment:
Move completed to jackson.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]