Browse Source

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
pull/43/head
Dominik Stadler 7 years ago
parent
commit
db4b73a8c1
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      build.gradle

+ 1
- 0
build.gradle 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'
}

Loading…
Cancel
Save