diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-11-30 08:39:07 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-11-30 08:39:07 +0000 |
commit | 9e1e675fc30198b71c093b663a8ab8e6debb62b5 (patch) | |
tree | f8c196845ebb0cf0acb1cf4581432ef1013b1cb3 /build.xml | |
parent | ba8438376474b267067d9bd4135d58bf841c5c1a (diff) | |
download | poi-9e1e675fc30198b71c093b663a8ab8e6debb62b5.tar.gz poi-9e1e675fc30198b71c093b663a8ab8e6debb62b5.zip |
try xmlsec 4.0.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914228 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -295,7 +295,7 @@ under the License. <dependency prefix="main.antlauncher" artifact="org.apache.ant:ant-launcher:1.10.14" usage="excelant"/> <!-- xml signature libs - not part of the distribution --> - <dependency prefix="dsig.xmlsec" artifact="org.apache.santuario:xmlsec:3.0.3" usage="ooxml-provided"/> + <dependency prefix="dsig.xmlsec" artifact="org.apache.santuario:xmlsec:4.0.1" usage="ooxml-provided"/> <dependency prefix="dsig.bouncycastle-prov" artifact="org.bouncycastle:bcprov-jdk18on:1.77" usage="ooxml-provided"/> <dependency prefix="dsig.bouncycastle-pkix" artifact="org.bouncycastle:bcpkix-jdk18on:1.77" usage="ooxml-provided"/> <dependency prefix="dsig.bouncycastle-util" artifact="org.bouncycastle:bcutil-jdk18on:1.77" usage="ooxml-provided"/> |