mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
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
This commit is contained in:
parent
e15632a536
commit
72d96cd4c8
@ -37,7 +37,7 @@ sourceSets {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
|
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
|
||||||
implementation project(':poi-ooxml-full')
|
compileOnly project(':poi-ooxml-full')
|
||||||
implementation project(path:':poi-integration', configuration:'tests')
|
implementation project(path:':poi-integration', configuration:'tests')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user