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:
PJ Fanning 2021-10-20 23:54:34 +00:00
parent bf360400be
commit 9fe3944e8e
8 changed files with 0 additions and 56 deletions

View File

@ -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')

View File

@ -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'

View File

@ -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'

View File

@ -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}"

View File

@ -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'

View File

@ -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')

View File

@ -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')

View File

@ -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')