瀏覽代碼

ant 1.10.12

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894425 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_0
PJ Fanning 2 年之前
父節點
當前提交
f09e50305e
共有 4 個文件被更改,包括 4 次插入4 次删除
  1. 1
    1
      build.gradle
  2. 1
    1
      poi-excelant/build.gradle
  3. 1
    1
      poi-integration/build.gradle
  4. 1
    1
      poi/build.gradle

+ 1
- 1
build.gradle 查看文件

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

+ 1
- 1
poi-excelant/build.gradle 查看文件

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

+ 1
- 1
poi-integration/build.gradle 查看文件

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


+ 1
- 1
poi/build.gradle 查看文件

@@ -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…
取消
儲存