diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-06-28 19:32:26 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-06-28 19:32:26 +0000 |
commit | 132dbf936dde46e729e1e44cb8a783ef868b78f4 (patch) | |
tree | 2b94e0410a8254433865b22c51657f35219de5c6 /osgi/README.md | |
parent | 7722c7be5e43d5491bb34c1288825ade67b74fe9 (diff) | |
download | poi-132dbf936dde46e729e1e44cb8a783ef868b78f4.tar.gz poi-132dbf936dde46e729e1e44cb8a783ef868b78f4.zip |
downgrade bouncycastle due to missing package org.bouncycastle.asn1.cmp
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891114 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 d573448d14..f241dc973b 100644 --- a/osgi/README.md +++ b/osgi/README.md @@ -29,7 +29,7 @@ These are required to sign or validate signed Office documents. The OSGi bundles - 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.69, https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15on/1.69 + - 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: |