diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-01-10 21:36:34 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-01-10 21:36:34 +0000 |
commit | 46f45c2d0a66c5f3bd440b0f48fef5be0c6427ff (patch) | |
tree | 8175311900c7435fd89e77f6110fa900145ce304 /poi-integration/build.gradle | |
parent | 25bb01ac145b1e2dcb27ea87b7794dc458f4665e (diff) | |
download | poi-46f45c2d0a66c5f3bd440b0f48fef5be0c6427ff.tar.gz poi-46f45c2d0a66c5f3bd440b0f48fef5be0c6427ff.zip |
revert ant upgrade due to issues with ant-launcher-1.10.13.jar
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906580 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-integration/build.gradle')
-rw-r--r-- | poi-integration/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle index fe9c6859bf..f9967fc2dd 100644 --- a/poi-integration/build.gradle +++ b/poi-integration/build.gradle @@ -39,7 +39,7 @@ sourceSets { } dependencies { - testImplementation 'org.apache.ant:ant:1.10.13' + testImplementation 'org.apache.ant:ant:1.10.12' testImplementation 'org.apache.commons:commons-collections4:4.4' testImplementation 'com.google.guava:guava:31.1-jre' |