fix merge problem

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888489 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2021-04-07 21:48:05 +00:00
parent b6aee1ef6d
commit 0f3bf7e37f
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ dependencies {
implementation "org.apache.logging.log4j:log4j-core:${log4jVersion}"
testImplementation project(path: ':ooxml', configuration: 'tests')
testImplementation project(path: ':main', configuration: 'tests')
testImplementation project(path: ':poi-ooxml', configuration: 'tests')
testImplementation project(path: ':poi', configuration: 'tests')
}
final String MODULE_NAME = 'org.apache.poi.examples'