Browse Source

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
tags/REL_5_2_4
PJ Fanning 1 year ago
parent
commit
46f45c2d0a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      poi-integration/build.gradle

+ 1
- 1
poi-integration/build.gradle View File

@@ -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'


Loading…
Cancel
Save