Browse Source

use pre-release version of xmlbeans (temporarily)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1901559 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_3
PJ Fanning 2 years ago
parent
commit
c7e85c3db2
1 changed files with 3 additions and 4 deletions
  1. 3
    4
      build.gradle

+ 3
- 4
build.gradle 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 {

Loading…
Cancel
Save