mirror of https://github.com/apache/poi.git
build issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894047 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4f39cced7a
commit
01697724ec
|
@ -78,6 +78,7 @@ dependencies {
|
|||
}
|
||||
testImplementation project(path: ':poi-ooxml-lite-agent', configuration: 'archives')
|
||||
testImplementation "org.apache.logging.log4j:log4j-slf4j18-impl:${log4jVersion}"
|
||||
testImplementation 'org.apiguardian:apiguardian-api:1.1.2'
|
||||
}
|
||||
|
||||
final String MODULE_NAME = 'org.apache.poi.stress'
|
||||
|
|
|
@ -131,6 +131,7 @@ dependencies {
|
|||
}
|
||||
testImplementation project(path:':poi', configuration:'tests')
|
||||
testImplementation project(path:':poi-ooxml-lite-agent', configuration: 'archives')
|
||||
testImplementation 'org.apiguardian:apiguardian-api:1.1.2'
|
||||
testImplementation 'org.xmlunit:xmlunit-core:2.8.2'
|
||||
testImplementation 'org.reflections:reflections:0.10.1'
|
||||
testImplementation 'org.openjdk.jmh:jmh-core:1.33'
|
||||
|
|
Loading…
Reference in New Issue