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-integration/build.gradle | |
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-integration/build.gradle')
-rw-r--r-- | poi-integration/build.gradle | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle index 05e86c2626..5c86fb104d 100644 --- a/poi-integration/build.gradle +++ b/poi-integration/build.gradle @@ -40,6 +40,13 @@ sourceSets { } } +repositories { + mavenCentral() + maven { + url "https://dist.apache.org/repos/dist/release/poi/xmlbeans/dev/maven" + } +} + dependencies { testImplementation 'org.apache.ant:ant:1.10.11' testImplementation 'org.apache.commons:commons-collections4:4.4' |