Browse Source

[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
tags/REL_4_0_1
PJ Fanning 5 years ago
parent
commit
a326b6c350
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      maven/poi-ooxml.pom

+ 5
- 0
maven/poi-ooxml.pom View File

@@ -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…
Cancel
Save