RobertIndie commented on a change in pull request #14577:
URL: https://github.com/apache/pulsar/pull/14577#discussion_r821280107



##########
File path: site2/docs/client-libraries-java.md
##########
@@ -22,6 +22,11 @@ This document focuses only on the client API for producing 
and consuming message
 
 The latest version of the Pulsar Java client library is available via [Maven 
Central](http://search.maven.org/#artifactdetails%7Corg.apache.pulsar%7Cpulsar-client%7C{{pulsar:version}}%7Cjar).
 To use the latest version, add the `pulsar-client` library to your build 
configuration.
 
+> **Tip**
+>
+> - 
[`pulsar-client`](https://search.maven.org/artifact/org.apache.pulsar/pulsar-client)
 and 
[`pulsar-client-admin`](https://search.maven.org/artifact/org.apache.pulsar/pulsar-client-admin)
 shade dependencies. If you do not want to manage dependency conflicts, you can 
use them.
+>
+> - 
[`pulsar-client-original`](https://search.maven.org/artifact/org.apache.pulsar/pulsar-client-original)
 and 
[`pulsar-client-admin-original`](https://search.maven.org/artifact/org.apache.pulsar/pulsar-client-admin-original)
 **does not** shade dependencies. If you want to manage dependencies, you can 
use them.

Review comment:
       ```suggestion
   > - 
[`pulsar-client-original`](https://search.maven.org/artifact/org.apache.pulsar/pulsar-client-original)
 and 
[`pulsar-client-admin-original`](https://search.maven.org/artifact/org.apache.pulsar/pulsar-client-admin-original)
 **does not** shade dependencies. If you want to manage dependency conflicts 
manually, you can use them.
   ```
   
   This seems more accurate.




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