mirror of https://github.com/apache/poi.git
get proper xmlbeans 5.0.2 release
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894428 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bf360400be
commit
9fe3944e8e
|
@ -25,13 +25,6 @@ sourceSets {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
|
||||||
mavenCentral()
|
|
||||||
maven {
|
|
||||||
url "https://dist.apache.org/repos/dist/release/poi/xmlbeans/dev/maven"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api project(':poi-ooxml')
|
api project(':poi-ooxml')
|
||||||
implementation project(path: ':poi', configuration: 'archives')
|
implementation project(path: ':poi', configuration: 'archives')
|
||||||
|
|
|
@ -34,13 +34,6 @@ sourceSets {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
|
||||||
mavenCentral()
|
|
||||||
maven {
|
|
||||||
url "https://dist.apache.org/repos/dist/release/poi/xmlbeans/dev/maven"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api 'org.apache.ant:ant:1.10.12'
|
api 'org.apache.ant:ant:1.10.12'
|
||||||
|
|
||||||
|
|
|
@ -40,13 +40,6 @@ sourceSets {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
|
||||||
mavenCentral()
|
|
||||||
maven {
|
|
||||||
url "https://dist.apache.org/repos/dist/release/poi/xmlbeans/dev/maven"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
testImplementation 'org.apache.ant:ant:1.10.12'
|
testImplementation 'org.apache.ant:ant:1.10.12'
|
||||||
testImplementation 'org.apache.commons:commons-collections4:4.4'
|
testImplementation 'org.apache.commons:commons-collections4:4.4'
|
||||||
|
|
|
@ -35,13 +35,6 @@ sourceSets {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
|
||||||
mavenCentral()
|
|
||||||
maven {
|
|
||||||
url "https://dist.apache.org/repos/dist/release/poi/xmlbeans/dev/maven"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
|
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
|
||||||
// implementation "org.apache.logging.log4j:log4j-api:${log4jVersion}"
|
// implementation "org.apache.logging.log4j:log4j-api:${log4jVersion}"
|
||||||
|
|
|
@ -23,13 +23,6 @@ sourceSets {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
|
||||||
mavenCentral()
|
|
||||||
maven {
|
|
||||||
url "https://dist.apache.org/repos/dist/release/poi/xmlbeans/dev/maven"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api 'net.bytebuddy:byte-buddy:1.11.21'
|
api 'net.bytebuddy:byte-buddy:1.11.21'
|
||||||
api 'net.bytebuddy:byte-buddy-agent:1.11.21'
|
api 'net.bytebuddy:byte-buddy-agent:1.11.21'
|
||||||
|
|
|
@ -35,13 +35,6 @@ sourceSets {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
|
||||||
mavenCentral()
|
|
||||||
maven {
|
|
||||||
url "https://dist.apache.org/repos/dist/release/poi/xmlbeans/dev/maven"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
|
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
|
||||||
compileOnly project(':poi-ooxml-full')
|
compileOnly project(':poi-ooxml-full')
|
||||||
|
|
|
@ -62,13 +62,6 @@ java {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
|
||||||
mavenCentral()
|
|
||||||
maven {
|
|
||||||
url "https://dist.apache.org/repos/dist/release/poi/xmlbeans/dev/maven"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api project(':poi')
|
api project(':poi')
|
||||||
api project(':poi-ooxml-full')
|
api project(':poi-ooxml-full')
|
||||||
|
|
|
@ -35,13 +35,6 @@ sourceSets {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
|
||||||
mavenCentral()
|
|
||||||
maven {
|
|
||||||
url "https://dist.apache.org/repos/dist/release/poi/xmlbeans/dev/maven"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api project(':poi')
|
api project(':poi')
|
||||||
api project(path:':poi', configuration: 'archives')
|
api project(path:':poi', configuration: 'archives')
|
||||||
|
|
Loading…
Reference in New Issue