]> source.dussan.org Git - poi.git/commitdiff
use pre-release version of xmlbeans (temporarily)
authorPJ Fanning <fanningpj@apache.org>
Thu, 2 Jun 2022 13:40:19 +0000 (13:40 +0000)
committerPJ Fanning <fanningpj@apache.org>
Thu, 2 Jun 2022 13:40:19 +0000 (13:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1901559 13f79535-47bb-0310-9956-ffa450edef68

build.gradle

index e23f685b207c434f7e66f13c3587468857cccc84..02ebfc5739ed6d8d3b56efc802e0c2be2de04362 100644 (file)
@@ -45,6 +45,7 @@ plugins {
 
 repositories {
     mavenCentral()
+    maven { url 'https://repository.apache.org/content/repositories/staging' }
 }
 
 import com.github.jk1.license.render.*
@@ -148,7 +149,7 @@ subprojects {
         log4jVersion = '2.17.2'
         mockitoVersion = '4.6.0'
         hamcrestVersion = '2.2'
-        xmlbeansVersion = '5.0.3'
+        xmlbeansVersion = '5.1.0'
         batikVersion = '1.14'
         graphics2dVersion = '0.38'
         pdfboxVersion = '2.0.26'
@@ -192,9 +193,7 @@ subprojects {
 
     repositories {
         mavenCentral()
-        maven {
-            url 'https://repository.apache.org/content/repositories/releases'
-        }
+        maven { url 'https://repository.apache.org/content/repositories/staging' }
     }
 
     dependencies {