mirror of https://github.com/apache/poi.git
xmlsec 2.2.2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889816 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
33bfe37c0b
commit
b3212152e6
|
@ -294,7 +294,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.1" usage="ooxml-provided"/>
|
||||
<dependency prefix="dsig.xmlsec" artifact="org.apache.santuario:xmlsec:2.2.2" usage="ooxml-provided"/>
|
||||
<dependency prefix="dsig.bouncycastle-prov" artifact="org.bouncycastle:bcprov-jdk15on:1.68" usage="ooxml-provided"/>
|
||||
<dependency prefix="dsig.bouncycastle-pkix" artifact="org.bouncycastle:bcpkix-jdk15on:1.68" usage="ooxml-provided"/>
|
||||
<!-- only used for signing the release - not used with the ooxml signatures -->
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.santuario</groupId>
|
||||
<artifactId>xmlsec</artifactId>
|
||||
<version>2.2.1</version>
|
||||
<version>2.2.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.xmlgraphics</groupId>
|
||||
|
|
|
@ -62,7 +62,7 @@ dependencies {
|
|||
|
||||
implementation 'org.apache.commons:commons-collections4:4.4'
|
||||
api "org.apache.commons:commons-compress:${commonsCompressVersion}"
|
||||
api 'org.apache.santuario:xmlsec:2.2.1'
|
||||
api 'org.apache.santuario:xmlsec:2.2.2'
|
||||
api "org.bouncycastle:bcpkix-jdk15on:${bouncyCastleVersion}"
|
||||
api 'com.github.virtuald:curvesapi:1.06'
|
||||
implementation "org.apache.logging.log4j:log4j-api:${log4jVersion}"
|
||||
|
|
|
@ -139,7 +139,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.santuario</groupId>
|
||||
<artifactId>xmlsec</artifactId>
|
||||
<version>2.2.1</version>
|
||||
<version>2.2.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
|
|
Loading…
Reference in New Issue