Skip to content

Commit

Permalink
Try adding maven dependency to fix test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Jul 8, 2023
1 parent bba54aa commit 1759ef7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,11 @@
<version>1.5.21</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
<version>3.6.1</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 1759ef7

Please sign in to comment.