Github user franz1981 commented on a diff in the pull request:

    https://github.com/apache/activemq-artemis/pull/1605#discussion_r146539097
  
    --- Diff: pom.xml ---
    @@ -625,6 +626,15 @@
                 <!-- License: Apache 2.0 -->
              </dependency>
     
    +         <!-- needed by SyncCalculation -->
    +         <!-- 
https://mvnrepository.com/artifact/org.hdrhistogram/HdrHistogram -->
    +         <dependency>
    +            <groupId>org.hdrhistogram</groupId>
    +            <artifactId>HdrHistogram</artifactId>
    +            <version>${org.hdrhistogram.version}</version>
    +            <!-- License: Apache 2.0 -->
    --- End diff --
    
    Seems compatible...@clebert wdyt? 


---

Reply via email to