]> source.dussan.org Git - poi.git/commitdiff
use xmlbeans 5.0.3 staged version
authorPJ Fanning <fanningpj@apache.org>
Sun, 12 Dec 2021 10:52:06 +0000 (10:52 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sun, 12 Dec 2021 10:52:06 +0000 (10:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895844 13f79535-47bb-0310-9956-ffa450edef68

build.gradle

index 83a195fe5b770bd133073e7fc2d89a3b61dd5326..8a1a13e0732794c0497efdbd2fa081266f8c3e51 100644 (file)
@@ -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 {