Browse Source

poi-ooxml-lite dependency on poi-ooxml-full

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892910 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_0
PJ Fanning 2 years ago
parent
commit
72d96cd4c8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      poi-ooxml-lite/build.gradle

+ 1
- 1
poi-ooxml-lite/build.gradle View File

@@ -37,7 +37,7 @@ sourceSets {

dependencies {
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
implementation project(':poi-ooxml-full')
compileOnly project(':poi-ooxml-full')
implementation project(path:':poi-integration', configuration:'tests')
}


Loading…
Cancel
Save