mirror of https://github.com/apache/poi.git
ant 1.10.12
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894425 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6b1a477997
commit
f09e50305e
|
@ -64,7 +64,7 @@ configurations {
|
|||
|
||||
dependencies {
|
||||
antLibs("org.junit.jupiter:junit-jupiter:5.8.1")
|
||||
antLibs("org.apache.ant:ant-junitlauncher:1.10.11")
|
||||
antLibs("org.apache.ant:ant-junitlauncher:1.10.12")
|
||||
}
|
||||
|
||||
ant.taskdef(name: "junit",
|
||||
|
|
|
@ -42,7 +42,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
api 'org.apache.ant:ant:1.10.11'
|
||||
api 'org.apache.ant:ant:1.10.12'
|
||||
|
||||
api project(':poi-ooxml')
|
||||
compileOnly project(path: ':poi-ooxml', configuration: 'archives')
|
||||
|
|
|
@ -48,7 +48,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
testImplementation 'org.apache.ant:ant:1.10.11'
|
||||
testImplementation 'org.apache.ant:ant:1.10.12'
|
||||
testImplementation 'org.apache.commons:commons-collections4:4.4'
|
||||
testImplementation 'com.google.guava:guava:31.0.1-jre'
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@ dependencies {
|
|||
// implementation 'javax.activation:activation:1.1.1'
|
||||
|
||||
testImplementation 'org.reflections:reflections:0.10.1'
|
||||
testImplementation 'org.apache.ant:ant:1.10.11'
|
||||
testImplementation 'org.apache.ant:ant:1.10.12'
|
||||
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-api:${junitVersion}"
|
||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${junitVersion}"
|
||||
|
|
Loading…
Reference in New Issue