From: David North Date: Fri, 29 Jul 2016 18:48:07 +0000 (+0000) Subject: As Nick suspected, the dependency is actually from HSSF too so commons collections... X-Git-Tag: REL_3_15_BETA3~37 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=753699e48a311e4f01efcf1f1b3d159f53984ac9;p=poi.git As Nick suspected, the dependency is actually from HSSF too so commons collections 4 needs adding to the main POM https://bz.apache.org/bugzilla/show_bug.cgi?id=59734 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754563 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/maven/poi-ooxml.pom b/maven/poi-ooxml.pom index 2f4c286bce..0f3cdb1d51 100644 --- a/maven/poi-ooxml.pom +++ b/maven/poi-ooxml.pom @@ -74,10 +74,5 @@ curvesapi 1.04 - - org.apache.commons - commons-collections4 - 4.1 - diff --git a/maven/poi.pom b/maven/poi.pom index 7c1b4cf84f..efd24cfe0b 100644 --- a/maven/poi.pom +++ b/maven/poi.pom @@ -91,6 +91,11 @@ test 4.12 + + org.apache.commons + commons-collections4 + 4.1 +