We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b4a4d commit 8573614Copy full SHA for 8573614
1 file changed
pom.xml
@@ -64,6 +64,12 @@
64
<version>2.2.224</version>
65
<scope>test</scope>
66
</dependency>
67
+ <dependency>
68
+ <groupId>org.openjdk.jmh</groupId>
69
+ <artifactId>jmh-core</artifactId>
70
+ <version>1.37</version>
71
+ <scope>test</scope>
72
+ </dependency>
73
</dependencies>
74
75
<developers>
@@ -396,12 +402,6 @@
396
402
<id>benchmark</id>
397
403
398
404
<dependencies>
399
- <dependency>
400
- <groupId>org.openjdk.jmh</groupId>
401
- <artifactId>jmh-core</artifactId>
- <version>1.37</version>
- <scope>test</scope>
- </dependency>
405
406
<dependency>
407
<groupId>org.openjdk.jmh</groupId>
0 commit comments