]> source.dussan.org Git - poi.git/commitdiff
[bug-62690] change poi-ooxml pom.xml to have explicit dependency on commons-math3...
authorPJ Fanning <fanningpj@apache.org>
Tue, 18 Sep 2018 17:39:23 +0000 (17:39 +0000)
committerPJ Fanning <fanningpj@apache.org>
Tue, 18 Sep 2018 17:39:23 +0000 (17:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841244 13f79535-47bb-0310-9956-ffa450edef68

maven/poi-ooxml.pom

index 5350148c13521326c5982e24bb5b209c15f6777a..8bfabebe935900d6c8cdac61787df1bc4b2d3f83 100644 (file)
       <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>