dlg99 commented on code in PR #15142:
URL: https://github.com/apache/pulsar/pull/15142#discussion_r866394701


##########
distribution/server/src/assemble/LICENSE.bin.txt:
##########
@@ -541,6 +541,10 @@ The Apache Software License, Version 2.0
     - com.github.seancfoley-ipaddress-5.3.3.jar
   * LMAX Disruptor
     - com.lmax-disruptor-3.4.3.jar
+  * RxJava
+    - io.reactivex.rxjava3-rxjava-3.0.1.jar
+  * RabbitMQ Java Client
+    - com.rabbitmq-amqp-client-5.5.3.jar

Review Comment:
   `mvn dependency:tree`:
   
   ```
   [INFO] +- org.apache.bookkeeper:bookkeeper-server:jar:4.15.0:compile
   ...
   [INFO] |  +- io.reactivex.rxjava3:rxjava:jar:3.0.1:compile
   [INFO] |  |  \- org.reactivestreams:reactive-streams:jar:1.0.3:compile
   
   
   [INFO] +- 
org.apache.bookkeeper.stats:codahale-metrics-provider:jar:4.15.0:compile
   [INFO] |  +- io.dropwizard.metrics:metrics-jmx:jar:4.1.12.1:compile
   [INFO] |  +- io.dropwizard.metrics:metrics-jvm:jar:4.1.12.1:compile
   [INFO] |  \- io.dropwizard.metrics:metrics-graphite:jar:4.1.12.1:compile
   [INFO] |     \- com.rabbitmq:amqp-client:jar:5.5.3:compile
   ```
   
   RxJava as result of https://github.com/apache/bookkeeper/pull/2936
   amqp-client as part of dropwizard upgrade
   



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