use pre-release version of xmlbeans (temporarily)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1901559 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-06-02 13:40:19 +00:00
parent bf7f9d7f27
commit c7e85c3db2

View 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 {