From 299af644b8ec43fdf8008562ebca580bf38af7be Mon Sep 17 00:00:00 2001 From: David North Date: Fri, 29 Jul 2016 18:48:07 +0000 Subject: [PATCH] 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 --- maven/poi-ooxml.pom | 5 ----- maven/poi.pom | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/maven/poi-ooxml.pom b/maven/poi-ooxml.pom index 2f4c286bc..0f3cdb1d5 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 7c1b4cf84..efd24cfe0 100644 --- a/maven/poi.pom +++ b/maven/poi.pom @@ -91,6 +91,11 @@ test 4.12 + + org.apache.commons + commons-collections4 + 4.1 +