build issue

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894047 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-10-08 22:02:11 +00:00
parent 4f39cced7a
commit 01697724ec
2 changed files with 2 additions and 0 deletions

View File

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

View File

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