aboutsummaryrefslogtreecommitdiffstats
path: root/poi-excelant
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-10-13 21:27:32 +0000
committerPJ Fanning <fanningpj@apache.org>2021-10-13 21:27:32 +0000
commit4b97b12712144fcf0f26c5ca85f593d3fc58bfb4 (patch)
treebf93273b67ee5ab2861463cd849576cf7a571520 /poi-excelant
parent6583f68d2fed5a083c68dd9ad8332665975517e4 (diff)
downloadpoi-4b97b12712144fcf0f26c5ca85f593d3fc58bfb4.tar.gz
poi-4b97b12712144fcf0f26c5ca85f593d3fc58bfb4.zip
xmlbeans 5.0.2 (temporarily from a pre-release location)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894211 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-excelant')
-rw-r--r--poi-excelant/build.gradle7
1 files changed, 7 insertions, 0 deletions
diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle
index cd9b762067..1038bdb591 100644
--- a/poi-excelant/build.gradle
+++ b/poi-excelant/build.gradle
@@ -34,6 +34,13 @@ sourceSets {
}
}
+repositories {
+ mavenCentral()
+ maven {
+ url "https://dist.apache.org/repos/dist/release/poi/xmlbeans/dev/maven"
+ }
+}
+
dependencies {
api 'org.apache.ant:ant:1.10.11'