summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2016-12-01 07:29:08 +0000
committerDominik Stadler <centic@apache.org>2016-12-01 07:29:08 +0000
commit36c7433e7f4f9f8598d08fc9a86f3ba8363fe15b (patch)
tree3cdc63beab34ad8438ba5984493550a5df7a6b13 /build.gradle
parent7c54c1080cc22bf582c51701e56f18dca3c19a4e (diff)
downloadpoi-36c7433e7f4f9f8598d08fc9a86f3ba8363fe15b.tar.gz
poi-36c7433e7f4f9f8598d08fc9a86f3ba8363fe15b.zip
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
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
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'
}