diff options
author | PJ Fanning <fanningpj@apache.org> | 2018-09-28 07:42:47 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2018-09-28 07:42:47 +0000 |
commit | b3f0d80eb65c6b79332eef56b213df1c5f204b86 (patch) | |
tree | 18be6b1bdd410f75d8dc4b3cfd5a48f6804338b1 /build.gradle | |
parent | 08cfbcc90bffc4f348af495d013a650e96cf1dea (diff) | |
download | poi-b3f0d80eb65c6b79332eef56b213df1c5f204b86.tar.gz poi-b3f0d80eb65c6b79332eef56b213df1c5f204b86.zip |
fix gradle build issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842217 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 53044f830a..1af57cd92b 100644 --- a/build.gradle +++ b/build.gradle @@ -246,6 +246,7 @@ project('ooxml') { testCompile 'junit:junit:4.12' testCompile 'org.mockito:mockito-core:2.21.0' testCompile 'org.xmlunit:xmlunit-core:2.5.1' + testCompile 'org.reflections:reflections:0.9.11' testCompile project(path: ':main', configuration: 'tests') testCompile 'org.openjdk.jmh:jmh-core:1.19' testCompile 'org.openjdk.jmh:jmh-generator-annprocess:1.19' |