We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84d995b commit 8cf513fCopy full SHA for 8cf513f
2 files changed
activemq-unit-tests/pom.xml
@@ -288,6 +288,20 @@
288
<artifactId>mockito-core</artifactId>
289
<scope>test</scope>
290
</dependency>
291
+
292
+ <!-- JMH for micro-benchmarks (excluded from CI via naming convention) -->
293
+ <dependency>
294
+ <groupId>org.openjdk.jmh</groupId>
295
+ <artifactId>jmh-core</artifactId>
296
+ <version>1.37</version>
297
+ <scope>test</scope>
298
+ </dependency>
299
300
301
+ <artifactId>jmh-generator-annprocess</artifactId>
302
303
304
305
</dependencies>
306
307
<reporting>
0 commit comments