]> source.dussan.org Git - poi.git/commitdiff
fix merge problem
authorAndreas Beeker <kiwiwings@apache.org>
Wed, 7 Apr 2021 21:48:05 +0000 (21:48 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Wed, 7 Apr 2021 21:48:05 +0000 (21:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888489 13f79535-47bb-0310-9956-ffa450edef68

poi-examples/build.gradle

index 5b1deb141f0b12e33eb9fec318e4c1b3b03861be..8a2b26f7178e857c227df1bd7ba3e86d67e411b2 100644 (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'