diff options
Diffstat (limited to 'poi-ooxml/build.gradle')
-rw-r--r-- | poi-ooxml/build.gradle | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle index 8a9309799b..c2ef234d37 100644 --- a/poi-ooxml/build.gradle +++ b/poi-ooxml/build.gradle @@ -58,6 +58,12 @@ dependencies { api project(':poi-ooxml-full') api project(path: ':poi-ooxml-full', configuration: 'archives') + // Can be very useful in local testing to comment out the 2 poi-ooxml-full lines above + // and uncomment the line below to use a pre-built version of poi-ooxml-full. + // Try to use the last release version of poi-ooxml-full. You might be unlucky if + // recent unreleased changes in poi-ooxml-full are needed. + // api "org.apache.poi:poi-ooxml-full:5.4.1" + api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" api "org.apache.commons:commons-compress:${commonsCompressVersion}" api "commons-io:commons-io:${commonsIoVersion}" |