You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2017/12/31 00:01:04 UTC

svn commit: r1819704 - /poi/trunk/build.gradle

Author: kiwiwings
Date: Sun Dec 31 00:01:04 2017
New Revision: 1819704

URL: http://svn.apache.org/viewvc?rev=1819704&view=rev
Log:
#61939 - Provide schema for AlternateContent - provide new ooxml-schemas-1.4.jar

Modified:
    poi/trunk/build.gradle

Modified: poi/trunk/build.gradle
URL: http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1819704&r1=1819703&r2=1819704&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Sun Dec 31 00:01:04 2017
@@ -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'



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org