From: PJ Fanning Date: Tue, 18 Sep 2018 17:53:30 +0000 (+0000) Subject: move commons-math3 dependency to poi pom.xml X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3f92a35a26d62c15cd53846dd4a7abf54daa5b94;p=poi.git move commons-math3 dependency to poi pom.xml git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841245 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/maven/poi-ooxml.pom b/maven/poi-ooxml.pom index 8bfabebe93..5350148c13 100644 --- a/maven/poi-ooxml.pom +++ b/maven/poi-ooxml.pom @@ -74,11 +74,6 @@ commons-compress 1.18 - - org.apache.commons - commons-math3 - 3.6.1 - com.github.virtuald curvesapi diff --git a/maven/poi.pom b/maven/poi.pom index da2268759a..657726f86c 100644 --- a/maven/poi.pom +++ b/maven/poi.pom @@ -78,6 +78,16 @@ commons-codec 1.10 + + org.apache.commons + commons-collections4 + 4.2 + + + org.apache.commons + commons-math3 + 3.6.1 + org.hamcrest @@ -91,11 +101,6 @@ test 4.12 - - org.apache.commons - commons-collections4 - 4.2 -