diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-10-13 21:27:32 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-10-13 21:27:32 +0000 |
commit | 4b97b12712144fcf0f26c5ca85f593d3fc58bfb4 (patch) | |
tree | bf93273b67ee5ab2861463cd849576cf7a571520 /poi-ooxml-full | |
parent | 6583f68d2fed5a083c68dd9ad8332665975517e4 (diff) | |
download | poi-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-full')
-rw-r--r-- | poi-ooxml-full/build.gradle | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/poi-ooxml-full/build.gradle b/poi-ooxml-full/build.gradle index 8808c6fcc2..49b672bf51 100644 --- a/poi-ooxml-full/build.gradle +++ b/poi-ooxml-full/build.gradle @@ -35,6 +35,13 @@ sourceSets { } } +repositories { + mavenCentral() + maven { + url "https://dist.apache.org/repos/dist/release/poi/xmlbeans/dev/maven" + } +} + dependencies { api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" // implementation "org.apache.logging.log4j:log4j-api:${log4jVersion}" |