JAVA-3595: Use jmh version defined in the parent pom.xml

This commit is contained in:
Krzysztof Woyke
2021-03-21 23:06:03 +01:00
parent 9de4356af1
commit a7c5be1b28
27 changed files with 38 additions and 75 deletions

View File

@@ -202,7 +202,7 @@
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-core</artifactId>
<version>${jmh.version}</version>
<version>${jmh-core.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@@ -395,7 +395,6 @@
<spring-mock-mvc.version>3.0.3</spring-mock-mvc.version>
<quartz.version>2.3.0</quartz.version>
<jool.version>0.9.12</jool.version>
<jmh.version>1.19</jmh.version>
<maven-jar-plugin.version>3.0.2</maven-jar-plugin.version>
<commons-net.version>3.6</commons-net.version>
<commonsio.version>2.6</commonsio.version>