mirror of https://github.com/apache/poi.git
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:
parent
4b97b12712
commit
7987d913f3
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue