You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by gs...@apache.org on 2008/04/13 21:12:23 UTC

svn commit: r647613 - /ant/ivy/core/trunk/ivy.xml

Author: gscokart
Date: Sun Apr 13 12:12:20 2008
New Revision: 647613

URL: http://svn.apache.org/viewvc?rev=647613&view=rev
Log:
Our build was saying : jsch#jsch;0.1.25 is relocated to com.jcraft#jsch;0.1.25. Please update your dependencies.

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=647613&r1=647612&r2=647613&view=diff
==============================================================================
--- ant/ivy/core/trunk/ivy.xml (original)
+++ ant/ivy/core/trunk/ivy.xml Sun Apr 13 12:12:20 2008
@@ -45,7 +45,7 @@
 		<dependency org="commons-httpclient" name="commons-httpclient" rev="3.0" conf="default,httpclient->runtime,master" />
 		<dependency org="oro" name="oro" rev="2.0.8" conf="default,oro->default"/>
 		<dependency org="commons-vfs" name="commons-vfs" rev="1.0" conf="default,vfs->default" />
-		<dependency org="jsch" name="jsch" rev="0.1.25" conf="default,sftp->default" />
+		<dependency org="com.jcraft" name="jsch" rev="0.1.25" conf="default,sftp->default" />
 
 		<!-- Test dependencies -->
 		<dependency org="junit" name="junit" rev="3.8.2" conf="test->default" />