Author: fanningpj
Date: Fri Nov 10 10:50:14 2023
New Revision: 1913696

URL: http://svn.apache.org/viewvc?rev=1913696&view=rev
Log:
use xmlbeans 5.1.1 release

Modified:
    poi/trunk/build.gradle

Modified: poi/trunk/build.gradle
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1913696&r1=1913695&r2=1913696&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Fri Nov 10 10:50:14 2023
@@ -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
@@ -127,7 +127,7 @@ subprojects {
         log4jVersion = '2.21.1'
         mockitoVersion = '4.11.0'
         hamcrestVersion = '2.2'
-        xmlbeansVersion = '5.2.0'
+        xmlbeansVersion = '5.1.1'
         batikVersion = '1.17'
         graphics2dVersion = '0.43'
         pdfboxVersion = '2.0.29'
@@ -177,7 +177,7 @@ subprojects {
 
     repositories {
         mavenCentral()
-        maven { url 
'https://repository.apache.org/content/repositories/staging' }
+        // maven { url 
'https://repository.apache.org/content/repositories/staging' }
     }
 
     dependencies {



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to