aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml-lite-agent/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'poi-ooxml-lite-agent/build.gradle')
-rw-r--r--poi-ooxml-lite-agent/build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/poi-ooxml-lite-agent/build.gradle b/poi-ooxml-lite-agent/build.gradle
index d89680f47a..e9e543f407 100644
--- a/poi-ooxml-lite-agent/build.gradle
+++ b/poi-ooxml-lite-agent/build.gradle
@@ -26,7 +26,8 @@ sourceSets {
dependencies {
api 'net.bytebuddy:byte-buddy:1.12.+'
api 'net.bytebuddy:byte-buddy-agent:1.12.+'
- api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
+ //api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
+ api files("/Users/pj.fanning/Downloads/xmlbeans-5.1.0.jar")
}
final MODULE_NAME = 'org.apache.poi.ooxml_lite'