diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-09-05 00:39:59 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-09-05 00:39:59 +0000 |
commit | 72d96cd4c88035f9ec018444ab4f9b7b23c513d7 (patch) | |
tree | 013c7cc5582e5a95712d277870bad3bf3754fa74 /poi-ooxml-lite | |
parent | e15632a53692f5c6f263d6eb5295cd8bfcacedca (diff) | |
download | poi-72d96cd4c88035f9ec018444ab4f9b7b23c513d7.tar.gz poi-72d96cd4c88035f9ec018444ab4f9b7b23c513d7.zip |
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
Diffstat (limited to 'poi-ooxml-lite')
-rw-r--r-- | poi-ooxml-lite/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-ooxml-lite/build.gradle b/poi-ooxml-lite/build.gradle index ff5fca3a66..6a6e006f8a 100644 --- a/poi-ooxml-lite/build.gradle +++ b/poi-ooxml-lite/build.gradle @@ -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') } |