diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-03-14 19:47:22 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-03-14 19:47:22 +0000 |
commit | aaf0e2f7f93fa00255d50049b79035cfa36c510a (patch) | |
tree | 777ea4565a9d970c26c6dd821874a42bf435adf3 /build.xml | |
parent | deb410b568f56fd292f94b85b7ef28d54bae7f2d (diff) | |
download | poi-aaf0e2f7f93fa00255d50049b79035cfa36c510a.tar.gz poi-aaf0e2f7f93fa00255d50049b79035cfa36c510a.zip |
xmlbeans 5.0.0 release
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1887648 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -327,8 +327,7 @@ under the License. <!-- jars in the ooxml-lib directory, see the fetch-ooxml-jars target--> <dependency prefix="ooxml.curvesapi" artifact="com.github.virtuald:curvesapi:1.06" usage="ooxml"/> - <dependency prefix="ooxml.xmlbeans" artifact="org.apache.xmlbeans:xmlbeans:5.0.0" usage="ooxml" - url="https://ci-builds.apache.org/job/POI/job/POI-XMLBeans-DSL-1.8/lastSuccessfulBuild/artifact/build/xmlbeans-5.0.0.jar"/> + <dependency prefix="ooxml.xmlbeans" artifact="org.apache.xmlbeans:xmlbeans:5.0.0" usage="ooxml"/> <dependency prefix="ooxml.commons-compress" artifact="org.apache.commons:commons-compress:1.20" usage="ooxml"/> <!-- jars in the ooxml-test-lib directory, see the fetch-ooxml-jars target--> |