diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-06-19 15:20:29 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-06-19 15:20:29 +0000 |
commit | c7e2c6a531ff6f6edaa72d42762c390f3f6cfa46 (patch) | |
tree | ed76879f5aa81d42bdce980178441e65689c7b95 /osgi | |
parent | b24d8ca779cacbff53f55e4f45c9f1e5364eeff1 (diff) | |
download | poi-c7e2c6a531ff6f6edaa72d42762c390f3f6cfa46.tar.gz poi-c7e2c6a531ff6f6edaa72d42762c390f3f6cfa46.zip |
update osgi readme
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902066 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'osgi')
-rw-r--r-- | osgi/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/osgi/README.md b/osgi/README.md index 3a01e0ff72..50f9365800 100644 --- a/osgi/README.md +++ b/osgi/README.md @@ -21,11 +21,11 @@ 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: https://mvnrepository.com/artifact/net.sf.saxon/saxon/8.9.0.4-osgi +Available in Maven Central (but version might be too old): https://mvnrepository.com/artifact/net.sf.saxon/saxon/8.9.0.4-osgi 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: - - Apache XML Security for Java: https://mvnrepository.com/artifact/org.apache.santuario/xmlsec/2.3.0 + - Apache XML Security for Java: https://mvnrepository.com/artifact/org.apache.santuario/xmlsec/3.0.0 (use v2.3.0 with POI v5.2.2) - XML Commons Resolver: https://mvnrepository.com/artifact/xml-resolver/xml-resolver/1.2-osgi |