From a3194a9b5b4f4b28a618eab50c8faedbd23e9de8 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 16 Oct 2020 16:57:11 +0000 Subject: [PATCH] use xmlbeans official 4.0.0 release git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882586 13f79535-47bb-0310-9956-ffa450edef68 --- build.gradle | 5 +---- build.xml | 3 +-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 7610bfd0c3..1324866771 100644 --- a/build.gradle +++ b/build.gradle @@ -262,10 +262,7 @@ project('ooxml') { compileJava.dependsOn 'ant-compile-ooxml-xsds' dependencies { - // revert this back to a normal dependency after XMLBeans 4.0.0 is released - //compile "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" - compile urlFile('https://ci-builds.apache.org/job/POI/job/POI-XMLBeans-DSL-1.8/lastSuccessfulBuild/artifact/build/xmlbeans-4.0.0.jar', 'xmlbeans') - + compile "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" compile 'org.apache.commons:commons-collections4:4.4' compile "org.apache.commons:commons-math3:${commonsMathVersion}" compile "org.apache.commons:commons-compress:${commonsCompressVersion}" diff --git a/build.xml b/build.xml index 717b064a07..fb06c2e450 100644 --- a/build.xml +++ b/build.xml @@ -301,8 +301,7 @@ under the License. - + -- 2.39.5