poi-ooxml-lite dependency on poi-ooxml-full

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892910 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-09-05 00:39:59 +00:00
parent e15632a536
commit 72d96cd4c8
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ sourceSets {
dependencies {
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
implementation project(':poi-ooxml-full')
compileOnly project(':poi-ooxml-full')
implementation project(path:':poi-integration', configuration:'tests')
}