aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-02-28 19:28:39 +0000
committerPJ Fanning <fanningpj@apache.org>2021-02-28 19:28:39 +0000
commitb02866c2a7ec411d6fe05d3695415ef7000cdd86 (patch)
tree2f634e4a78499ac09df83bf884a84e704debd015 /build.xml
parente7b9a5af131035551d5cea375b3927d085ff966a (diff)
downloadpoi-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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 3b37fac7c3..86ea2a2aab 100644
--- a/build.xml
+++ b/build.xml
@@ -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-->