diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-02-28 19:28:39 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-02-28 19:28:39 +0000 |
commit | b02866c2a7ec411d6fe05d3695415ef7000cdd86 (patch) | |
tree | 2f634e4a78499ac09df83bf884a84e704debd015 /build.xml | |
parent | e7b9a5af131035551d5cea375b3927d085ff966a (diff) | |
download | poi-b02866c2a7ec411d6fe05d3695415ef7000cdd86.tar.gz poi-b02866c2a7ec411d6fe05d3695415ef7000cdd86.zip |
change gradle build to get unreleased xmlbeans jar from ci-builds (like ant build does)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1887010 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -329,7 +329,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:4.0.1" usage="ooxml" - url="https://ci-builds.apache.org/job/POI/job/POI-XMLBeans-DSL-1.8/lastSuccessfulBuild/artifact/build//xmlbeans-4.0.1.jar"/> + url="https://ci-builds.apache.org/job/POI/job/POI-XMLBeans-DSL-1.8/lastSuccessfulBuild/artifact/build/xmlbeans-4.0.1.jar"/> <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--> |