aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2020-06-20 07:59:35 +0000
committerPJ Fanning <fanningpj@apache.org>2020-06-20 07:59:35 +0000
commit1d24ec06c13684b2462b0a901c9c4e2bf98596cb (patch)
tree1b5b544c3d8a41fdd6a633796b4133204bbe1514 /build.xml
parentc1b0256d51131e6ee3dc050d84cbc22b8981bb53 (diff)
downloadpoi-1d24ec06c13684b2462b0a901c9c4e2bf98596cb.tar.gz
poi-1d24ec06c13684b2462b0a901c9c4e2bf98596cb.zip
remove old mockito jar
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879023 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index b8de10ac66..e7ec65b8ca 100644
--- a/build.xml
+++ b/build.xml
@@ -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">