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/build.gradle | |
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/build.gradle')
-rw-r--r-- | poi-ooxml/build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle index b28b7d2fcf..5ebee3bfbb 100644 --- a/poi-ooxml/build.gradle +++ b/poi-ooxml/build.gradle @@ -67,7 +67,8 @@ dependencies { api project(':poi-ooxml-full') api project(path: ':poi-ooxml-full', configuration: 'archives') - api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" + //api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" + api files("/Users/pj.fanning/Downloads/xmlbeans-5.1.0.jar") api "org.apache.commons:commons-compress:${commonsCompressVersion}" api "commons-io:commons-io:${commonsIoVersion}" api 'com.github.virtuald:curvesapi:1.07' |