xmlbeans 5.0.2 (temporarily from a pre-release location)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894212 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-10-13 22:15:22 +00:00
parent 4b97b12712
commit 7987d913f3
1 changed files with 7 additions and 0 deletions

View File

@ -35,6 +35,13 @@ sourceSets {
}
}
repositories {
mavenCentral()
maven {
url "https://dist.apache.org/repos/dist/release/poi/xmlbeans/dev/maven"
}
}
dependencies {
api project(':poi')
api project(path:':poi', configuration: 'archives')