瀏覽代碼

reflections 0.10.2

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

+ 1
- 1
build.xml 查看文件

@@ -334,7 +334,7 @@ under the License.
<dependency prefix="ooxml.commons-compress" artifact="org.apache.commons:commons-compress:1.21" usage="ooxml"/>

<!-- jars in the ooxml-test-lib directory, see the fetch-ooxml-jars target-->
<dependency prefix="ooxml.test.reflections" artifact="org.reflections:reflections:0.10.1" usage="ooxml-tests"/>
<dependency prefix="ooxml.test.reflections" artifact="org.reflections:reflections:0.10.2" usage="ooxml-tests"/>
<dependency prefix="ooxml.test.guava" artifact="com.google.guava:guava:30.1-jre" usage="ooxml-tests"/>
<dependency prefix="ooxml.test.javassist" artifact="org.javassist:javassist:3.27.0-GA" usage="ooxml-tests"/>
<dependency prefix="ooxml.test.slf4j-api" artifact="org.slf4j:slf4j-api:1.7.32" usage="ooxml-tests"/>

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

@@ -133,7 +133,7 @@ dependencies {
testImplementation project(path:':poi-ooxml-lite-agent', configuration: 'archives')
testImplementation 'org.apiguardian:apiguardian-api:1.1.2'
testImplementation 'org.xmlunit:xmlunit-core:2.8.3'
testImplementation 'org.reflections:reflections:0.10.1'
testImplementation 'org.reflections:reflections:0.10.2'
testImplementation 'org.openjdk.jmh:jmh-core:1.33'
testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.33'
testImplementation 'com.google.guava:guava:31.0.1-jre'

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

@@ -48,7 +48,7 @@ dependencies {
api "org.apache.logging.log4j:log4j-api:${log4jVersion}"
// implementation 'javax.activation:activation:1.1.1'

testImplementation 'org.reflections:reflections:0.10.1'
testImplementation 'org.reflections:reflections:0.10.2'
testImplementation 'org.apache.ant:ant:1.10.12'

testImplementation "org.junit.jupiter:junit-jupiter-api:${junitVersion}"

Loading…
取消
儲存