From 6592bf6fbe21579feb5e49a401f06aa0039e6055 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Fri, 15 Sep 2017 18:39:29 +0000 Subject: [PATCH] Adjust some more places for the new versions of some third party libraries git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808473 13f79535-47bb-0310-9956-ffa450edef68 --- .classpath | 18 +++++++++--------- .../poi/poifs/crypt/dsig/SignatureInfo.java | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.classpath b/.classpath index c614abaac..01f7653c8 100644 --- a/.classpath +++ b/.classpath @@ -15,22 +15,22 @@ - - + + - + - - + + - - - - + + + + diff --git a/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java b/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java index d7f648fae..9edb1c3bb 100644 --- a/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java +++ b/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java @@ -163,9 +163,9 @@ import org.xml.sax.SAXException; *

To use SignatureInfo and its sibling classes, you'll need to have the following libs * in the classpath:

*
    - *
  • BouncyCastle bcpkix and bcprov (tested against 1.54)
  • - *
  • Apache Santuario "xmlsec" (tested against 2.0.5)
  • - *
  • and slf4j-api (tested against 1.7.12)
  • + *
  • BouncyCastle bcpkix and bcprov (tested against 1.58)
  • + *
  • Apache Santuario "xmlsec" (tested against 2.1.0)
  • + *
  • and slf4j-api (tested against 1.7.25)
  • *
*/ public class SignatureInfo implements SignatureConfigurable {