aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2020-10-16 16:57:11 +0000
committerPJ Fanning <fanningpj@apache.org>2020-10-16 16:57:11 +0000
commita3194a9b5b4f4b28a618eab50c8faedbd23e9de8 (patch)
treeab6cab85cb3d8f394c68ab17c89d00033436c8ab /build.gradle
parent6cba0bd43747bd7f2ac31712e90d9773663d0bf9 (diff)
downloadpoi-a3194a9b5b4f4b28a618eab50c8faedbd23e9de8.tar.gz
poi-a3194a9b5b4f4b28a618eab50c8faedbd23e9de8.zip
use xmlbeans official 4.0.0 release
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882586 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle5
1 files changed, 1 insertions, 4 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}"