Skip to content

Commit

Permalink
Solve dependency conflict on math3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghislain Fourny committed Jul 23, 2024
1 parent 0889cb1 commit 329b75e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,12 @@
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-core</artifactId>
<version>1.35</version>
<version>1.37</version>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-generator-annprocess</artifactId>
<version>1.35</version>
<version>1.37</version>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
Expand Down

0 comments on commit 329b75e

Please sign in to comment.