You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2020/06/20 07:59:35 UTC

svn commit: r1879023 - /poi/trunk/build.xml

Author: fanningpj
Date: Sat Jun 20 07:59:35 2020
New Revision: 1879023

URL: http://svn.apache.org/viewvc?rev=1879023&view=rev
Log:
remove old mockito jar

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1879023&r1=1879022&r2=1879023&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sat Jun 20 07:59:35 2020
@@ -616,6 +616,9 @@ under the License.
             <fileset dir="${basedir}/lib/ooxml">
                 <include name="xmlbeans-3.1.0.jar"/>
             </fileset>
+            <fileset dir="${basedir}/lib/main-tests">
+                <include name="mockito-core-3.2.4.jar"/>
+            </fileset>
         </delete>
 
         <condition property="jars.present">



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