diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-06-02 08:39:29 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-06-02 08:39:29 +0000 |
commit | bf7f9d7f279249ab7534aa86d9d6817510efde3d (patch) | |
tree | 390f0b225b9a556b0c2aea3c41c33d045f6f74d5 /poi-ooxml-lite | |
parent | a3b3b91d5034a192daa767b97c7a7caf1ab3d9c5 (diff) | |
download | poi-bf7f9d7f279249ab7534aa86d9d6817510efde3d.tar.gz poi-bf7f9d7f279249ab7534aa86d9d6817510efde3d.zip |
revert xmlbeans jar changes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1901545 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml-lite')
-rw-r--r-- | poi-ooxml-lite/build.gradle | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/poi-ooxml-lite/build.gradle b/poi-ooxml-lite/build.gradle index 45bc04cbde..7f6c5a4776 100644 --- a/poi-ooxml-lite/build.gradle +++ b/poi-ooxml-lite/build.gradle @@ -36,8 +36,7 @@ sourceSets { } dependencies { - //api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" - api files("/Users/pj.fanning/Downloads/xmlbeans-5.1.0.jar") + api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" compileOnly project(':poi-ooxml-full') } |