Author: fanningpj
Date: Tue Nov  7 11:17:39 2023
New Revision: 1913646

URL: http://svn.apache.org/viewvc?rev=1913646&view=rev
Log:
test with saxon 12.3

Modified:
    poi/trunk/build.gradle
    poi/trunk/osgi/README.md

Modified: poi/trunk/build.gradle
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1913646&r1=1913645&r2=1913646&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Tue Nov  7 11:17:39 2023
@@ -131,7 +131,7 @@ subprojects {
         batikVersion = '1.17'
         graphics2dVersion = '0.43'
         pdfboxVersion = '2.0.29'
-        saxonVersion = '11.5'
+        saxonVersion = '12.3'
         apiGuardianVersion = '1.1.2'
 
         jdkVersion = (project.properties['jdkVersion'] ?: '8') as int

Modified: poi/trunk/osgi/README.md
URL: 
http://svn.apache.org/viewvc/poi/trunk/osgi/README.md?rev=1913646&r1=1913645&r2=1913646&view=diff
==============================================================================
--- poi/trunk/osgi/README.md (original)
+++ poi/trunk/osgi/README.md Tue Nov  7 11:17:39 2023
@@ -21,7 +21,7 @@ The bundle embeds all the jars from lib/
 Required to render WMF/EMF images. The OSGi bundle is provided by ServiceMix 
and available in Maven Central: 
https://mvnrepository.com/artifact/org.apache.servicemix.bundles/org.apache.servicemix.bundles.batik/1.14_1
 2. Saxon
 Required if using as the XSLT and XQuery Processor engine in XML Beans.
-Available in Maven Central (but version might be too old): 
https://mvnrepository.com/artifact/net.sf.saxon/saxon/8.9.0.4-osgi
+Available in Maven Central: 
https://mvnrepository.com/artifact/net.sf.saxon/Saxon-HE/12.3
 3. Apache XML Security for Java, Bouncy Castle and XML Commons Resolver 
 These are required to sign or validate signed Office documents. The OSGi 
bundles are available in Maven Central:
 



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

Reply via email to