]> source.dussan.org Git - poi.git/commitdiff
fix gradle build issue
authorPJ Fanning <fanningpj@apache.org>
Fri, 28 Sep 2018 07:42:47 +0000 (07:42 +0000)
committerPJ Fanning <fanningpj@apache.org>
Fri, 28 Sep 2018 07:42:47 +0000 (07:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842217 13f79535-47bb-0310-9956-ffa450edef68

build.gradle

index 53044f830a847633800ed24b114e0ce85cae57bf..1af57cd92b57f6279ea1437b952bee7a3b176c25 100644 (file)
@@ -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'