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