mirror of https://github.com/apache/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
This commit is contained in:
parent
7c54c1080c
commit
36c7433e7f
|
@ -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'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue