aboutsummaryrefslogtreecommitdiffstats
path: root/osgi/README.md
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-02-13 14:49:40 +0000
committerPJ Fanning <fanningpj@apache.org>2021-02-13 14:49:40 +0000
commit79a9cf36926d3c6f634768fc0fb0895ebe8c87b0 (patch)
tree25e71f979e8809e60eb59cc8d43cd1cff4d72728 /osgi/README.md
parent25dc09b0419cc9987b3c74316ac8c293b3204568 (diff)
downloadpoi-79a9cf36926d3c6f634768fc0fb0895ebe8c87b0.tar.gz
poi-79a9cf36926d3c6f634768fc0fb0895ebe8c87b0.zip
batik 1.14
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1886491 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'osgi/README.md')
-rw-r--r--osgi/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/osgi/README.md b/osgi/README.md
index 0ccbebf5d9..7ba8bd7f7f 100644
--- a/osgi/README.md
+++ b/osgi/README.md
@@ -16,18 +16,18 @@ The bundle embeds all the jars from lib/main:
## Optional Dependencies
1. Apache Batik
-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.13_1
+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
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.2.0
+ - Apache XML Security for Java: https://mvnrepository.com/artifact/org.apache.santuario/xmlsec/2.2.1
- XML Commons Resolver: https://mvnrepository.com/artifact/xml-resolver/xml-resolver/1.2-osgi
- - Bouncy Castle: https://mvnrepository.com/artifact/org.bouncycastle/bcprov-ext-jdk15on/1.66, https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15on/1.66
+ - Bouncy Castle: https://mvnrepository.com/artifact/org.bouncycastle/bcprov-ext-jdk15on/1.68, https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15on/1.68
4. PDFBox and PDFBox Graphics2D
Required to render to PDF documents.
The required jars can be downloaded from: