]> source.dussan.org Git - poi.git/commitdiff
commons-collections4 is now also required for the main-jar
authorDominik Stadler <centic@apache.org>
Thu, 1 Dec 2016 07:29:08 +0000 (07:29 +0000)
committerDominik Stadler <centic@apache.org>
Thu, 1 Dec 2016 07:29:08 +0000 (07:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1772149 13f79535-47bb-0310-9956-ffa450edef68

build.gradle

index 4665120780700977b60be6f19bae15f398592aaa..8dfdaaca128e2076498001a9ca044ee1257473ca 100644 (file)
@@ -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'
        }