We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99474cb commit be653cbCopy full SHA for be653cb
2 files changed
activemq-unit-tests/pom.xml
@@ -278,6 +278,20 @@
278
<artifactId>mockito-core</artifactId>
279
<scope>test</scope>
280
</dependency>
281
+
282
+ <!-- JMH for micro-benchmarks (excluded from CI via naming convention) -->
283
+ <dependency>
284
+ <groupId>org.openjdk.jmh</groupId>
285
+ <artifactId>jmh-core</artifactId>
286
+ <version>1.37</version>
287
+ <scope>test</scope>
288
+ </dependency>
289
290
291
+ <artifactId>jmh-generator-annprocess</artifactId>
292
293
294
295
</dependencies>
296
297
<reporting>
0 commit comments