aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2021-10-03 21:05:19 +0000
committerAndreas Beeker <kiwiwings@apache.org>2021-10-03 21:05:19 +0000
commit9f7085a281871ec65e638c2ac497f5981e40823c (patch)
treef7382f03d7ac66fb47ac3162ff77b1ff8d2fbf89 /build.gradle
parent99fe7a9635d1edf8678c9ff21f439ce4856da344 (diff)
downloadpoi-9f7085a281871ec65e638c2ac497f5981e40823c.tar.gz
poi-9f7085a281871ec65e638c2ac497f5981e40823c.zip
#65612 - XSLF CustomGeometry - replace XmlStreamReader access with XmlBeans delegate
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893859 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 70c22c2f15..81230377d4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -136,6 +136,7 @@ subprojects {
resolutionStrategy {
force "commons-io:commons-io:${commonsIoVersion}"
force 'org.slf4j:slf4j-api:1.7.32'
+ force 'com.fasterxml.woodstox:woodstox-core:6.2.6'
}
}
}