diff --git a/poi-examples/build.gradle b/poi-examples/build.gradle index 5b1deb141f..8a2b26f717 100644 --- a/poi-examples/build.gradle +++ b/poi-examples/build.gradle @@ -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'