mattrpav commented on code in PR #1792:
URL: https://github.com/apache/activemq/pull/1792#discussion_r3178558038
##########
activemq-unit-tests/pom.xml:
##########
@@ -278,6 +278,20 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
+
+ <!-- JMH for micro-benchmarks (excluded from CI via naming convention) -->
+ <dependency>
+ <groupId>org.openjdk.jmh</groupId>
+ <artifactId>jmh-core</artifactId>
+ <version>1.37</version>
Review Comment:
dependency versions should be moved to top-level pom.xml
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact