From fcb374ff286b98d9f83d1b584f668cc0b02fba97 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sun, 5 Sep 2021 13:33:00 +0000 Subject: [PATCH] still hacking the build git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892934 13f79535-47bb-0310-9956-ffa450edef68 --- poi-ooxml/build.gradle | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle index 339bc97cc0..34eb420497 100644 --- a/poi-ooxml/build.gradle +++ b/poi-ooxml/build.gradle @@ -44,11 +44,10 @@ sourceSets { dependencies { api project(':poi') - compileOnly project(':poi-ooxml-full') - //need to find some way to add poi-ooxml-lite without causing cicular dependency failure - //implementation project(path: ':poi-ooxml-lite', configuration: 'archives') + api project(':poi-ooxml-full') implementation 'org.apache.commons:commons-collections4:4.4' + api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" api "org.apache.commons:commons-compress:${commonsCompressVersion}" api "commons-io:commons-io:${commonsIoVersion}" api 'org.apache.santuario:xmlsec:2.2.2'