try not to have poi-integration in pom

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892931 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-09-05 11:39:41 +00:00
parent f425f307dc
commit 76b270ca64
5 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ sourceSets {
dependencies {
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
compileOnly project(':poi-ooxml-full')
implementation project(path:':poi-integration', configuration:'tests')
compileOnly project(path:':poi-integration', configuration:'tests')
}
final MODULE_NAME = 'org.apache.poi.ooxml.schemas'

Binary file not shown.

Binary file not shown.