From 4073f568cd53a5dbc048625cd11cb5d09f50b0c0 Mon Sep 17 00:00:00 2001 From: Andreas Beeker Date: Sun, 31 Dec 2017 00:01:04 +0000 Subject: [PATCH] #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 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6c1884090..0af981841 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'