mirror of https://github.com/apache/poi.git
gradle hates ant 1.10.13
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911398 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cb835739c6
commit
005863e1c9
|
@ -67,7 +67,7 @@ configurations {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
antLibs("org.junit.jupiter:junit-jupiter:5.10.0")
|
antLibs("org.junit.jupiter:junit-jupiter:5.10.0")
|
||||||
antLibs("org.apache.ant:ant-junitlauncher:1.10.13")
|
antLibs("org.apache.ant:ant-junitlauncher:1.10.12")
|
||||||
}
|
}
|
||||||
|
|
||||||
ant.taskdef(name: "junit",
|
ant.taskdef(name: "junit",
|
||||||
|
|
|
@ -31,7 +31,7 @@ sourceSets {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api 'org.apache.ant:ant:1.10.13'
|
api 'org.apache.ant:ant:1.10.12'
|
||||||
|
|
||||||
api project(':poi-ooxml')
|
api project(':poi-ooxml')
|
||||||
compileOnly project(path: ':poi-ooxml', configuration: 'archives')
|
compileOnly project(path: ':poi-ooxml', configuration: 'archives')
|
||||||
|
|
|
@ -39,7 +39,7 @@ sourceSets {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
testImplementation 'org.apache.ant:ant:1.10.13'
|
testImplementation 'org.apache.ant:ant:1.10.12'
|
||||||
testImplementation 'org.apache.commons:commons-collections4:4.4'
|
testImplementation 'org.apache.commons:commons-collections4:4.4'
|
||||||
testImplementation 'com.google.guava:guava:32.1.1-jre'
|
testImplementation 'com.google.guava:guava:32.1.1-jre'
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,7 @@ dependencies {
|
||||||
api "org.apache.logging.log4j:log4j-api:${log4jVersion}"
|
api "org.apache.logging.log4j:log4j-api:${log4jVersion}"
|
||||||
|
|
||||||
testImplementation 'org.reflections:reflections:0.10.2'
|
testImplementation 'org.reflections:reflections:0.10.2'
|
||||||
testImplementation 'org.apache.ant:ant:1.10.13'
|
testImplementation 'org.apache.ant:ant:1.10.12'
|
||||||
|
|
||||||
testImplementation "org.junit.jupiter:junit-jupiter-api:${junitVersion}"
|
testImplementation "org.junit.jupiter:junit-jupiter-api:${junitVersion}"
|
||||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${junitVersion}"
|
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${junitVersion}"
|
||||||
|
|
Loading…
Reference in New Issue