mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2025-02-17 21:02:17 +01:00
Try adding maven dependency to fix test issue
This commit is contained in:
parent
bba54aa08b
commit
1759ef7123
5
pom.xml
5
pom.xml
@ -187,6 +187,11 @@
|
|||||||
<version>1.5.21</version>
|
<version>1.5.21</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.commons</groupId>
|
||||||
|
<artifactId>commons-math3</artifactId>
|
||||||
|
<version>3.6.1</version>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
Loading…
Reference in New Issue
Block a user