Author: maartenc
Date: Wed Sep 22 22:17:53 2010
New Revision: 1000263

URL: http://svn.apache.org/viewvc?rev=1000263&view=rev
Log:
Add direct dependency on bcprov since we also use the BouncyCastle Provider

Modified:
    ant/ivy/core/trunk/ivy.xml

Modified: ant/ivy/core/trunk/ivy.xml
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/ivy.xml?rev=1000263&r1=1000262&r2=1000263&view=diff
==============================================================================
--- ant/ivy/core/trunk/ivy.xml (original)
+++ ant/ivy/core/trunk/ivy.xml Wed Sep 22 22:17:53 2010
@@ -51,6 +51,7 @@
                <dependency org="commons-vfs" name="commons-vfs" rev="1.0" 
conf="default,vfs->default" />
                <dependency org="com.jcraft" name="jsch" rev="0.1.31" 
conf="default,sftp->default" />
                <dependency org="org.bouncycastle" name="bcpg-jdk14" rev="1.45" 
conf="default" />
+        <dependency org="org.bouncycastle" name="bcprov-jdk14" rev="1.45" 
conf="default" />
 
                <!-- Test dependencies -->
                <dependency org="junit" name="junit" rev="3.8.2" 
conf="test->default" />


Reply via email to