aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2022-05-03 18:57:00 +0000
committerPJ Fanning <fanningpj@apache.org>2022-05-03 18:57:00 +0000
commit80de2572da7908e3342834a58a890748f8888ff7 (patch)
treec096068ea2e4afb000958055e3fcb496df53dc2b /build.xml
parent68074b7c39839ee2df59cd32e67172add833a655 (diff)
downloadpoi-80de2572da7908e3342834a58a890748f8888ff7.tar.gz
poi-80de2572da7908e3342834a58a890748f8888ff7.zip
try xmlsec 3.0.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1900523 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 756e5fe888..48e1154137 100644
--- a/build.xml
+++ b/build.xml
@@ -295,7 +295,7 @@ under the License.
<dependency prefix="main.antlauncher" artifact="org.apache.ant:ant-launcher:1.10.9" usage="excelant"/>
<!-- xml signature libs - not part of the distribution -->
- <dependency prefix="dsig.xmlsec" artifact="org.apache.santuario:xmlsec:2.3.0" usage="ooxml-provided"/>
+ <dependency prefix="dsig.xmlsec" artifact="org.apache.santuario:xmlsec:3.0.0" usage="ooxml-provided"/>
<dependency prefix="dsig.bouncycastle-prov" artifact="org.bouncycastle:bcprov-jdk15on:1.70" usage="ooxml-provided"/>
<dependency prefix="dsig.bouncycastle-pkix" artifact="org.bouncycastle:bcpkix-jdk15on:1.70" usage="ooxml-provided"/>
<dependency prefix="dsig.bouncycastle-util" artifact="org.bouncycastle:bcutil-jdk15on:1.70" usage="ooxml-provided"/>
@@ -704,7 +704,7 @@ under the License.
<include name="bc*-1.6*.jar"/>
<include name="batik*.jar"/>
<include name="slf4j*-1.7.30.jar"/>
- <include name="xmlsec-2.2*.jar"/>
+ <include name="xmlsec-2*.jar"/>
</fileset>
<fileset dir="${basedir}/lib/ooxml-tests">
<include name="guava-20.0.jar"/>