aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-11-02 15:03:56 +0000
committerPJ Fanning <fanningpj@apache.org>2021-11-02 15:03:56 +0000
commitc5b2b3b984ed8d978f53306388732e050f0bda92 (patch)
treeca6d61b3672b5cd9754c16eadc63751f7b754f69 /build.xml
parent171b6883f535da3730b3dced2d55c174d2965ae5 (diff)
downloadpoi-c5b2b3b984ed8d978f53306388732e050f0bda92.tar.gz
poi-c5b2b3b984ed8d978f53306388732e050f0bda92.zip
xmlsec 2.3.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894689 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index d153041d44..a72e8ea990 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.2.3" usage="ooxml-provided"/>
+ <dependency prefix="dsig.xmlsec" artifact="org.apache.santuario:xmlsec:2.3.0" usage="ooxml-provided"/>
<dependency prefix="dsig.bouncycastle-prov" artifact="org.bouncycastle:bcprov-jdk15on:1.69" usage="ooxml-provided"/>
<dependency prefix="dsig.bouncycastle-pkix" artifact="org.bouncycastle:bcpkix-jdk15on:1.69" usage="ooxml-provided"/>
<dependency prefix="dsig.bouncycastle-util" artifact="org.bouncycastle:bcutil-jdk15on:1.69" usage="ooxml-provided"/>
@@ -694,8 +694,7 @@ under the License.
<include name="bc*-1.68.jar"/>
<include name="batik*.jar"/>
<include name="slf4j*-1.7.30.jar"/>
- <include name="xmlsec*-2.2.1.jar"/>
- <include name="xmlsec*-2.2.2.jar"/>
+ <include name="xmlsec-2.2.*.jar"/>
</fileset>
<fileset dir="${basedir}/lib/ooxml-tests">
<include name="guava-20.0.jar"/>