aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2017-12-31 00:01:04 +0000
committerAndreas Beeker <kiwiwings@apache.org>2017-12-31 00:01:04 +0000
commit7349dc47f69c5cae2c58262b103489ee757b11e2 (patch)
tree6e3e4e68766b6305640fc4eff19edb0d379b94ac /build.gradle
parent8eb76242b36fb45b74b027c3a7ac870dab195015 (diff)
downloadpoi-7349dc47f69c5cae2c58262b103489ee757b11e2.tar.gz
poi-7349dc47f69c5cae2c58262b103489ee757b11e2.zip
#61939 - Provide schema for AlternateContent - provide new ooxml-schemas-1.4.jar
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819704 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 6c18840908..0af981841e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -207,7 +207,7 @@ project('ooxml') {
compile project(':main')
compile project(':scratchpad') // TODO: get rid of this dependency!
- compile files('../../ooxml-lib/ooxml-schemas-1.3.jar')
+ compile files('../../ooxml-lib/ooxml-schemas-1.4.jar')
compile files('../../ooxml-lib/ooxml-security-1.1.jar')
testCompile 'junit:junit:4.12'