aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml/build.gradle
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-ooxml/build.gradle
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-ooxml/build.gradle')
-rw-r--r--poi-ooxml/build.gradle7
1 files changed, 7 insertions, 0 deletions
diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle
index 802b999ec9..40f9ed7989 100644
--- a/poi-ooxml/build.gradle
+++ b/poi-ooxml/build.gradle
@@ -62,6 +62,13 @@ java {
}
}
+repositories {
+ mavenCentral()
+ maven {
+ url "https://dist.apache.org/repos/dist/release/poi/xmlbeans/dev/maven"
+ }
+}
+
dependencies {
api project(':poi')
api project(':poi-ooxml-full')