Skip to content

Commit 2b317c3

Browse files
committed
Added pom
1 parent e09b15e commit 2b317c3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,10 @@
8282
<artifactId>groovy-jsr223</artifactId>
8383
<version>2.1.6</version>
8484
</dependency>
85+
<dependency>
86+
<groupId>org.apache.commons</groupId>
87+
<artifactId>commons-math3</artifactId>
88+
<version>3.4.1</version>
89+
</dependency>
8590
</dependencies>
8691
</project>

0 commit comments

Comments
 (0)