]> source.dussan.org Git - poi.git/commitdiff
#61939 - Provide schema for AlternateContent - provide new ooxml-schemas-1.4.jar
authorAndreas Beeker <kiwiwings@apache.org>
Sun, 31 Dec 2017 00:01:04 +0000 (00:01 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Sun, 31 Dec 2017 00:01:04 +0000 (00:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819704 13f79535-47bb-0310-9956-ffa450edef68

build.gradle

index 6c18840908c648fb11f9198d082bbf8b8a6f5de8..0af981841ef0dddb212688a0ff78d1871a691c22 100644 (file)
@@ -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'