aboutsummaryrefslogtreecommitdiffstats
path: root/poi-excelant/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'poi-excelant/build.gradle')
-rw-r--r--poi-excelant/build.gradle2
1 files changed, 1 insertions, 1 deletions
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')