diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-11-07 11:17:39 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-11-07 11:17:39 +0000 |
commit | 1d24d0c47654dd876ac282a7a3c0ec695864906b (patch) | |
tree | eb2e526948d4e6f410edfe6fbb74588292bfc4f7 /osgi/README.md | |
parent | 69be873ff3412767bd76b1bf37b627d8ee1dca16 (diff) | |
download | poi-1d24d0c47654dd876ac282a7a3c0ec695864906b.tar.gz poi-1d24d0c47654dd876ac282a7a3c0ec695864906b.zip |
test with saxon 12.3
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1913646 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'osgi/README.md')
-rw-r--r-- | osgi/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osgi/README.md b/osgi/README.md index 14e51e2ed9..58aa228ce6 100644 --- a/osgi/README.md +++ b/osgi/README.md @@ -21,7 +21,7 @@ The bundle embeds all the jars from lib/main: 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: |