fix merge problem

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888489 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/poi-examples/build.gradle b/poi-examples/build.gradle
index 5b1deb1..8a2b26f 100644
--- a/poi-examples/build.gradle
+++ b/poi-examples/build.gradle
@@ -45,8 +45,8 @@
 
     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'