Skip to content

Commit 9774c21

Browse files
committed
Reuse parent POM's commons.jmh.version property
1 parent ab54a7b commit 9774c21

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@
8484
<dependency>
8585
<groupId>org.openjdk.jmh</groupId>
8686
<artifactId>jmh-core</artifactId>
87-
<version>${jmh.version}</version>
87+
<version>${commons.jmh.version}</version>
8888
<scope>test</scope>
8989
</dependency>
9090
<dependency>
9191
<groupId>org.openjdk.jmh</groupId>
9292
<artifactId>jmh-generator-annprocess</artifactId>
93-
<version>${jmh.version}</version>
93+
<version>${commons.jmh.version}</version>
9494
<scope>test</scope>
9595
</dependency>
9696
<dependency>
@@ -154,8 +154,6 @@
154154
<commons.encoding>UTF-8</commons.encoding>
155155
<checkstyle.configdir>src/site/resources/checkstyle</checkstyle.configdir>
156156
<japicmp.skip>false</japicmp.skip>
157-
<!-- JMH Benchmark related properties, version, target compiler and name of the benchmarking uber jar. -->
158-
<jmh.version>1.37</jmh.version>
159157
<uberjar.name>benchmarks</uberjar.name>
160158
<!-- Commons Release Plugin -->
161159
<commons.bc.version>3.18.0</commons.bc.version>

0 commit comments

Comments
 (0)