Our build was saying : jsch#jsch;0.1.25 is relocated to com.jcraft#jsch;0.1.25. Please update your dependencies.

git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@647613 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Scokart Gilles 2008-04-13 19:12:20 +00:00
parent 4549941cef
commit 2ea530e944
1 changed files with 1 additions and 1 deletions

View File

@ -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" />