summaryrefslogtreecommitdiffstats
path: root/poi-ooxml-full
diff options
context:
space:
mode:
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 {