mirror of https://github.com/apache/ant-ivy
Fix sign task
This commit is contained in:
parent
79cd9b6552
commit
b5246c559e
|
|
@ -438,9 +438,9 @@
|
|||
<ivy2:cachepath organisation="org.apache.commons" settingsRef="sign.settingsId" transitive="false" log="download-only"
|
||||
module="commons-openpgp" revision="1.0-SNAPSHOT" inline="true" pathid="openpgp.classpath"/>
|
||||
<ivy2:cachepath organisation="org.bouncycastle" settingsRef="sign.settingsId" log="download-only"
|
||||
module="bcprov-jdk16" revision="1.45" inline="true" pathid="bouncycastle.bcprov.classpath"/>
|
||||
module="bcprov-jdk15on" revision="1.60" inline="true" pathid="bouncycastle.bcprov.classpath"/>
|
||||
<ivy2:cachepath organisation="org.bouncycastle" settingsRef="sign.settingsId" transitive="false" log="download-only"
|
||||
module="bcpg-jdk16" revision="1.45" inline="true" pathid="bouncycastle.bcpg.classpath"/>
|
||||
module="bcpg-jdk15on" revision="1.60" inline="true" pathid="bouncycastle.bcpg.classpath"/>
|
||||
|
||||
<!--
|
||||
For some reason, if we use the openpgp:signer task here directly, the bouncycastle security
|
||||
|
|
|
|||
Loading…
Reference in New Issue