From bd17a094941595b5db4fb40ff09e3216999e9670 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 18 Sep 2018 17:53:30 +0000 Subject: [PATCH] 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 --- maven/poi-ooxml.pom | 5 ----- maven/poi.pom | 15 ++++++++++----- 2 files changed, 10 insertions(+), 10 deletions(-) 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 - -- 2.39.5