From 6fdbaa55f387ea3927512412eadd569a67973a61 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 26 Nov 2024 20:53:04 +0000 Subject: [PATCH] test with xmlbeans 5.3.0 rc1 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922135 13f79535-47bb-0310-9956-ffa450edef68 --- build.gradle | 6 +++--- build.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 998809db6cd..dfdd6decea6 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ plugins { repositories { mavenCentral() - // maven { url 'https://repository.apache.org/content/repositories/staging' } + maven { url 'https://repository.apache.org/content/repositories/staging' } } // Only add the plugin for Sonar if enabled @@ -127,7 +127,7 @@ subprojects { log4jVersion = '2.24.2' mockitoVersion = '4.11.0' hamcrestVersion = '3.0' - xmlbeansVersion = '5.2.1' + xmlbeansVersion = '5.3.0' batikVersion = '1.18' graphics2dVersion = '3.0.2' pdfboxVersion = '3.0.3' @@ -178,7 +178,7 @@ subprojects { repositories { mavenCentral() - // maven { url 'https://repository.apache.org/content/repositories/staging' } + maven { url 'https://repository.apache.org/content/repositories/staging' } } dependencies { diff --git a/build.xml b/build.xml index 7d11a8c99ae..34848c5c2d3 100644 --- a/build.xml +++ b/build.xml @@ -332,7 +332,7 @@ under the License. - +