still hacking the build

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892945 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-09-05 15:34:23 +00:00
parent 387ae17bc5
commit 89d37d2936
1 changed files with 1 additions and 1 deletions

View File

@ -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')