mirror of https://github.com/apache/ant-ivy
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:
parent
4549941cef
commit
2ea530e944
2
ivy.xml
2
ivy.xml
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue