Browse Source

get proper xmlbeans 5.0.2 release

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894428 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_0
PJ Fanning 2 years ago
parent
commit
9fe3944e8e

+ 0
- 7
poi-examples/build.gradle View File

@@ -25,13 +25,6 @@ sourceSets {
}
}

repositories {
mavenCentral()
maven {
url "https://dist.apache.org/repos/dist/release/poi/xmlbeans/dev/maven"
}
}

dependencies {
api project(':poi-ooxml')
implementation project(path: ':poi', configuration: 'archives')

+ 0
- 7
poi-excelant/build.gradle View File

@@ -34,13 +34,6 @@ sourceSets {
}
}

repositories {
mavenCentral()
maven {
url "https://dist.apache.org/repos/dist/release/poi/xmlbeans/dev/maven"
}
}

dependencies {
api 'org.apache.ant:ant:1.10.12'


+ 0
- 7
poi-integration/build.gradle View File

@@ -40,13 +40,6 @@ sourceSets {
}
}

repositories {
mavenCentral()
maven {
url "https://dist.apache.org/repos/dist/release/poi/xmlbeans/dev/maven"
}
}

dependencies {
testImplementation 'org.apache.ant:ant:1.10.12'
testImplementation 'org.apache.commons:commons-collections4:4.4'

+ 0
- 7
poi-ooxml-full/build.gradle View File

@@ -35,13 +35,6 @@ sourceSets {
}
}

repositories {
mavenCentral()
maven {
url "https://dist.apache.org/repos/dist/release/poi/xmlbeans/dev/maven"
}
}

dependencies {
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
// implementation "org.apache.logging.log4j:log4j-api:${log4jVersion}"

+ 0
- 7
poi-ooxml-lite-agent/build.gradle View File

@@ -23,13 +23,6 @@ sourceSets {
}
}

repositories {
mavenCentral()
maven {
url "https://dist.apache.org/repos/dist/release/poi/xmlbeans/dev/maven"
}
}

dependencies {
api 'net.bytebuddy:byte-buddy:1.11.21'
api 'net.bytebuddy:byte-buddy-agent:1.11.21'

+ 0
- 7
poi-ooxml-lite/build.gradle View File

@@ -35,13 +35,6 @@ sourceSets {
}
}

repositories {
mavenCentral()
maven {
url "https://dist.apache.org/repos/dist/release/poi/xmlbeans/dev/maven"
}
}

dependencies {
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
compileOnly project(':poi-ooxml-full')

+ 0
- 7
poi-ooxml/build.gradle View File

@@ -62,13 +62,6 @@ java {
}
}

repositories {
mavenCentral()
maven {
url "https://dist.apache.org/repos/dist/release/poi/xmlbeans/dev/maven"
}
}

dependencies {
api project(':poi')
api project(':poi-ooxml-full')

+ 0
- 7
poi-scratchpad/build.gradle View File

@@ -35,13 +35,6 @@ 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…
Cancel
Save