aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml-full/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'poi-ooxml-full/build.gradle')
-rw-r--r--poi-ooxml-full/build.gradle4
1 files changed, 1 insertions, 3 deletions
diff --git a/poi-ooxml-full/build.gradle b/poi-ooxml-full/build.gradle
index 7a46178743..513720a722 100644
--- a/poi-ooxml-full/build.gradle
+++ b/poi-ooxml-full/build.gradle
@@ -36,9 +36,7 @@ sourceSets {
}
dependencies {
- //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}"
+ api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
}
idea {