Author: fanningpj
Date: Fri Feb 14 13:31:55 2020
New Revision: 1874020

URL: http://svn.apache.org/viewvc?rev=1874020&view=rev
Log:
try to gradle tests

Modified:
    poi/trunk/build.gradle

Modified: poi/trunk/build.gradle
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1874020&r1=1874019&r2=1874020&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Fri Feb 14 13:31:55 2020
@@ -354,6 +354,7 @@ project('scratchpad') {
         // cyclic-dependency here: implementation project(':ooxml')
 
         testImplementation 'junit:junit:4.13'
+        testImplementation 'org.mockito:mockito-core:3.2.4'
         testImplementation project(path: ':main', configuration: 'tests')
     }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@poi.apache.org
For additional commands, e-mail: commits-h...@poi.apache.org

Reply via email to