use xmlbeans release

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1917993 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2024-05-26 21:42:46 +00:00
parent 6ed4818996
commit 5ecc959180
1 changed files with 2 additions and 2 deletions

View File

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