Github user franz1981 commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1605#discussion_r146536958
--- 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 --
Yep: super good point!! It is not obvious at all...I'm checking it!!!
---