From a3b3b91d5034a192daa767b97c7a7caf1ab3d9c5 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Thu, 2 Jun 2022 08:37:32 +0000 Subject: update key git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1901544 13f79535-47bb-0310-9956-ffa450edef68 --- poi-ooxml-full/build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'poi-ooxml-full/build.gradle') 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 { -- cgit v1.2.3