Skip to content

Commit 9bb5b9a

Browse files
committed
bench
1 parent 512ff21 commit 9bb5b9a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ SOFTWARE.
231231
</dependency>
232232
<dependency>
233233
<groupId>org.openjdk.jmh</groupId>
234-
<artifactId>jmh-generator-annprocess</artifactId>
234+
<artifactId>jmh-core</artifactId>
235235
<version>1.37</version>
236236
<scope>test</scope>
237237
</dependency>
@@ -387,6 +387,11 @@ SOFTWARE.
387387
<target>11</target>
388388
</configuration>
389389
</plugin>
390+
<plugin>
391+
<groupId>pw.krejci</groupId>
392+
<artifactId>jmh-maven-plugin</artifactId>
393+
<version>0.2.2</version>
394+
</plugin>
390395
</plugins>
391396
</build>
392397
</project>

0 commit comments

Comments
 (0)