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
This commit is contained in:
Dominik Stadler 2016-12-01 07:29:08 +00:00
parent 45228f9801
commit db4b73a8c1
1 changed files with 1 additions and 0 deletions

View 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'
}