diff options
author | PJ Fanning <fanningpj@apache.org> | 2018-09-18 22:09:15 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2018-09-18 22:09:15 +0000 |
commit | 81a250495f3b4ce1af7bf63d2144a3b077eb55af (patch) | |
tree | e07be8b13772dfeec9c75ec4a681f1a1f73c7d73 /build.gradle | |
parent | a7968aa5a0bd34eb39679799b4103e2098f251e7 (diff) | |
download | poi-81a250495f3b4ce1af7bf63d2144a3b077eb55af.tar.gz poi-81a250495f3b4ce1af7bf63d2144a3b077eb55af.zip |
[bug-62730] include all inner list classes in poi-ooxml-schemas.jar
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841270 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index 7be56849f5..771c7cdb5f 100644 --- a/build.gradle +++ b/build.gradle @@ -187,6 +187,7 @@ project('main') { compile 'javax.activation:activation:1.1.1' testCompile 'junit:junit:4.12' + testCompile 'org.reflections:reflections:0.9.11' } jar { |