diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-09-05 11:39:41 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-09-05 11:39:41 +0000 |
commit | 76b270ca643b7df3d62a3ecc32ec2df464d892f6 (patch) | |
tree | c2b9b7b3808bc40e3ed63aeaed059d1d6ce7921c /poi-ooxml-lite/build.gradle | |
parent | f425f307dcfe90386149ddd2e2c25dd1ed5d95ca (diff) | |
download | poi-76b270ca643b7df3d62a3ecc32ec2df464d892f6.tar.gz poi-76b270ca643b7df3d62a3ecc32ec2df464d892f6.zip |
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
Diffstat (limited to 'poi-ooxml-lite/build.gradle')
-rw-r--r-- | poi-ooxml-lite/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-ooxml-lite/build.gradle b/poi-ooxml-lite/build.gradle index 6a6e006f8a..0cf4ab8214 100644 --- a/poi-ooxml-lite/build.gradle +++ b/poi-ooxml-lite/build.gradle @@ -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' |