diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-12-12 10:52:06 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-12-12 10:52:06 +0000 |
commit | c81e996b0aae6d3b67dfe3a969f7fbc1a58ba694 (patch) | |
tree | 144a967c4e32be0f88b91923bf67e4ae6ff72ed4 /build.gradle | |
parent | 0f18de4b062231678724dfa368f006e024a025b9 (diff) | |
download | poi-c81e996b0aae6d3b67dfe3a969f7fbc1a58ba694.tar.gz poi-c81e996b0aae6d3b67dfe3a969f7fbc1a58ba694.zip |
use xmlbeans 5.0.3 staged version
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895844 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 83a195fe5b..8a1a13e073 100644 --- a/build.gradle +++ b/build.gradle @@ -122,7 +122,7 @@ subprojects { log4jVersion = '2.15.0' mockitoVersion = '4.1.0' hamcrestVersion = '2.2' - xmlbeansVersion = '5.0.2' + xmlbeansVersion = '5.0.3' batikVersion = '1.14' saxonVersion = '10.6' apiGuardianVersion = '1.1.2' @@ -166,6 +166,9 @@ subprojects { maven { url 'https://repository.apache.org/content/repositories/releases' } + maven { + url 'https://repository.apache.org/content/repositories/staging' + } } dependencies { |