From 89d37d2936afe980988f7cdff49e1cb2a0ac159d Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sun, 5 Sep 2021 15:34:23 +0000 Subject: [PATCH] still hacking the build git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892945 13f79535-47bb-0310-9956-ffa450edef68 --- poi-excelant/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle index d8df08c117..cda39d2910 100644 --- a/poi-excelant/build.gradle +++ b/poi-excelant/build.gradle @@ -38,7 +38,7 @@ dependencies { api 'org.apache.ant:ant:1.10.11' api project(':poi-ooxml') - api project(path: ':poi-ooxml', configuration: 'archives') + compileOnly project(path: ':poi-ooxml', configuration: 'archives') testImplementation project(path: ':poi-ooxml-lite-agent', configuration: 'archives') testImplementation project(path: ':poi', configuration: 'tests') -- 2.39.5