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-agent | |
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-agent')
-rw-r--r-- | poi-ooxml-lite-agent/build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/poi-ooxml-lite-agent/build.gradle b/poi-ooxml-lite-agent/build.gradle index d89680f47a..e9e543f407 100644 --- a/poi-ooxml-lite-agent/build.gradle +++ b/poi-ooxml-lite-agent/build.gradle @@ -26,7 +26,8 @@ sourceSets { dependencies { api 'net.bytebuddy:byte-buddy:1.12.+' api 'net.bytebuddy:byte-buddy-agent:1.12.+' - api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" + //api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" + api files("/Users/pj.fanning/Downloads/xmlbeans-5.1.0.jar") } final MODULE_NAME = 'org.apache.poi.ooxml_lite' |