aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml-lite
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2022-06-02 08:37:32 +0000
committerPJ Fanning <fanningpj@apache.org>2022-06-02 08:37:32 +0000
commita3b3b91d5034a192daa767b97c7a7caf1ab3d9c5 (patch)
treefaa1a6e6559eea87ce96a6370e35982f936a8be4 /poi-ooxml-lite
parent174dd8ff715c47ab6c29243b6ff4a89952dc743d (diff)
downloadpoi-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.gradle3
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')
}