diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-03-19 14:03:50 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-03-19 14:03:50 +0000 |
commit | 505be44699165a8bc78f156b5fddabb07b064878 (patch) | |
tree | 14c7572a53b706321724e1fff480beb137434e69 /build.xml | |
parent | 9017f15aadbecbd5787921430934335b56af74fe (diff) | |
download | poi-505be44699165a8bc78f156b5fddabb07b064878.tar.gz poi-505be44699165a8bc78f156b5fddabb07b064878.zip |
revert back to ant 1.10.12 - 1.10.13 breaks our build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908518 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -291,8 +291,8 @@ under the License. <dependency prefix="main.log4j-core" artifact="org.apache.logging.log4j:log4j-core:2.20.0" usage="main-tests"/> <dependency prefix="main.commons-logging" artifact="commons-logging:commons-logging:1.2" usage="main-tests"/> - <dependency prefix="main.ant" artifact="org.apache.ant:ant:1.10.13" usage="excelant"/> - <dependency prefix="main.antlauncher" artifact="org.apache.ant:ant-launcher:1.10.13" usage="excelant"/> + <dependency prefix="main.ant" artifact="org.apache.ant:ant:1.10.12" usage="excelant"/> + <dependency prefix="main.antlauncher" artifact="org.apache.ant:ant-launcher:1.10.12" usage="excelant"/> <!-- xml signature libs - not part of the distribution --> <dependency prefix="dsig.xmlsec" artifact="org.apache.santuario:xmlsec:3.0.1" usage="ooxml-provided"/> |