diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2021-04-07 21:48:05 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2021-04-07 21:48:05 +0000 |
commit | 0f3bf7e37fc9d059f13c6e2ff6be281ffa02ea78 (patch) | |
tree | 4b425ea7597c6926f63641770f5cbb1a2103de73 /poi-examples/build.gradle | |
parent | b6aee1ef6d3e92a28ffd4b5c03e677b63b43747f (diff) | |
download | poi-0f3bf7e37fc9d059f13c6e2ff6be281ffa02ea78.tar.gz poi-0f3bf7e37fc9d059f13c6e2ff6be281ffa02ea78.zip |
fix merge problem
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888489 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-examples/build.gradle')
-rw-r--r-- | poi-examples/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
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' |