mirror of https://github.com/apache/poi.git
[bug-62690] change poi-ooxml pom.xml to have explicit dependency on commons-math3 3.6.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841244 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6bbaf0813b
commit
a326b6c350
|
@ -74,6 +74,11 @@
|
|||
<artifactId>commons-compress</artifactId>
|
||||
<version>1.18</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-math3</artifactId>
|
||||
<version>3.6.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.virtuald</groupId>
|
||||
<artifactId>curvesapi</artifactId>
|
||||
|
|
Loading…
Reference in New Issue