From: PJ Fanning Date: Sun, 5 Sep 2021 00:39:59 +0000 (+0000) Subject: poi-ooxml-lite dependency on poi-ooxml-full X-Git-Tag: REL_5_2_0~559 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=72d96cd4c88035f9ec018444ab4f9b7b23c513d7;p=poi.git 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 --- 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') }