aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2019-03-20 23:16:13 +0000
committerPJ Fanning <fanningpj@apache.org>2019-03-20 23:16:13 +0000
commitcb9d33d53d325825323050668e2586e397208d5b (patch)
tree2dd3c31f8d319ba202401698d0aca56a0e0ef1e5 /build.gradle
parentc1dec91b005afa19be9bdec58b78628a2b3f0d55 (diff)
downloadpoi-cb9d33d53d325825323050668e2586e397208d5b.tar.gz
poi-cb9d33d53d325825323050668e2586e397208d5b.zip
use xmlbeans-3.0.3 rc version
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1855952 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle5
1 files changed, 4 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 4db3d90586..5d5fe01656 100644
--- a/build.gradle
+++ b/build.gradle
@@ -26,6 +26,9 @@ buildscript {
}
repositories {
+ maven {
+ url 'https://repository.apache.org/content/repositories/staging'
+ }
mavenCentral()
}
@@ -226,7 +229,7 @@ project('ooxml') {
compileJava.dependsOn 'ant-compile-ooxml-xsds'
dependencies {
- compile 'org.apache.xmlbeans:xmlbeans:3.0.2'
+ compile 'org.apache.xmlbeans:xmlbeans:3.0.3'
compile 'org.apache.commons:commons-collections4:4.2'
compile 'org.apache.commons:commons-math3:3.6.1'
compile 'org.apache.commons:commons-compress:1.18'