From 72d96cd4c88035f9ec018444ab4f9b7b23c513d7 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sun, 5 Sep 2021 00:39:59 +0000 Subject: [PATCH] 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 --- poi-ooxml-lite/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') } -- 2.39.5