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

@@ -58,7 +58,7 @@
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-generator-annprocess</artifactId>
<version>${jmh.version}</version>
<version>${jmh-generator.version}</version>
</dependency>
</dependencies>
@@ -83,7 +83,6 @@
<nd4j.version>1.0.0-beta4</nd4j.version>
<colt.version>1.2.0</colt.version>
<la4j.version>0.6.0</la4j.version>
<jmh.version>1.19</jmh.version>
</properties>
</project>