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-lite-agent | |
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-lite-agent')
-rw-r--r-- | poi-ooxml-lite-agent/build.gradle | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/poi-ooxml-lite-agent/build.gradle b/poi-ooxml-lite-agent/build.gradle index 7b6d8a3585..3a0d0af780 100644 --- a/poi-ooxml-lite-agent/build.gradle +++ b/poi-ooxml-lite-agent/build.gradle @@ -23,6 +23,13 @@ sourceSets { } } +repositories { + mavenCentral() + maven { + url "https://dist.apache.org/repos/dist/release/poi/xmlbeans/dev/maven" + } +} + dependencies { api 'net.bytebuddy:byte-buddy:1.11.20' api 'net.bytebuddy:byte-buddy-agent:1.11.20' |