]> source.dussan.org Git - poi.git/commitdiff
use xmlbeans release
authorPJ Fanning <fanningpj@apache.org>
Sun, 26 May 2024 21:42:46 +0000 (21:42 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sun, 26 May 2024 21:42:46 +0000 (21:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1917993 13f79535-47bb-0310-9956-ffa450edef68

build.gradle

index 317956dd50b9d02528f2ac60796af48bb83a9aeb..1ad3671dd9b2e5d4c95b09c99df24eff87747214 100644 (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 {