diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-11-26 20:53:04 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-11-26 20:53:04 +0000 |
commit | 6fdbaa55f387ea3927512412eadd569a67973a61 (patch) | |
tree | eac3536c85e00d6b13be078728d5651e4eb74a34 | |
parent | 6d56d81f3521396a1399892b1f1428141365c087 (diff) | |
download | poi-6fdbaa55f387ea3927512412eadd569a67973a61.tar.gz poi-6fdbaa55f387ea3927512412eadd569a67973a61.zip |
test with xmlbeans 5.3.0 rc1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922135 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | build.gradle | 6 | ||||
-rw-r--r-- | build.xml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle index 998809db6c..dfdd6decea 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 { @@ -332,7 +332,7 @@ under the License. <!-- jars in the ooxml-lib directory, see the fetch-ooxml-jars target--> <dependency prefix="ooxml.curvesapi" artifact="com.github.virtuald:curvesapi:1.08" usage="ooxml"/> - <dependency prefix="ooxml.xmlbeans" artifact="org.apache.xmlbeans:xmlbeans:5.2.1" usage="ooxml"/> + <dependency prefix="ooxml.xmlbeans" artifact="org.apache.xmlbeans:xmlbeans:5.2.2" usage="ooxml"/> <dependency prefix="ooxml.commons-compress" artifact="org.apache.commons:commons-compress:1.27.1" usage="ooxml"/> <dependency prefix="ooxml.commons-lang3" artifact="org.apache.commons:commons-lang3:3.12.0" usage="ooxml"/> |