From: Dominik Stadler Date: Thu, 1 Dec 2016 07:29:08 +0000 (+0000) Subject: commons-collections4 is now also required for the main-jar X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=db4b73a8c1f0307706d3db551410ebe8b60a2c49;p=poi.git commons-collections4 is now also required for the main-jar git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1772149 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.gradle b/build.gradle index 4665120780..8dfdaaca12 100644 --- a/build.gradle +++ b/build.gradle @@ -130,6 +130,7 @@ project('main') { dependencies { compile 'commons-codec:commons-codec:1.10' compile 'commons-logging:commons-logging:1.2' + compile 'org.apache.commons:commons-collections4:4.1' testCompile 'junit:junit:4.12' }