aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml-full
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-full
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-full')
-rw-r--r--poi-ooxml-full/build.gradle4
1 files changed, 3 insertions, 1 deletions
diff --git a/poi-ooxml-full/build.gradle b/poi-ooxml-full/build.gradle
index 513720a722..7a46178743 100644
--- a/poi-ooxml-full/build.gradle
+++ b/poi-ooxml-full/build.gradle
@@ -36,7 +36,9 @@ 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")
+ api "org.apache.logging.log4j:log4j-api:${log4jVersion}"
}
idea {