diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-04-04 19:04:46 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-04-04 19:04:46 +0000 |
commit | 2bf82a487f0dd3779b4a044c27976be4ad838faf (patch) | |
tree | 9c21cec61b06fa06a8ce4180b6161e671ed23113 /osgi/README.md | |
parent | da8fb42bf410b45a7e321cb78589ebf3ce1993cf (diff) | |
download | poi-2bf82a487f0dd3779b4a044c27976be4ad838faf.tar.gz poi-2bf82a487f0dd3779b4a044c27976be4ad838faf.zip |
xmlsec 3.0.2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908966 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 1a9b7bef51..415fd921d2 100644 --- a/osgi/README.md +++ b/osgi/README.md @@ -25,7 +25,7 @@ Available in Maven Central (but version might be too old): https://mvnrepository 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/3.0.1 (use v2.3.0 with POI v5.2.2) + - Apache XML Security for Java: https://mvnrepository.com/artifact/org.apache.santuario/xmlsec/3.0.2 (use v2.3.0 with POI v5.2.2) - XML Commons Resolver: https://mvnrepository.com/artifact/xml-resolver/xml-resolver/1.2-osgi |