mirror of https://github.com/apache/ant-ivy
Removed unnecessary dependencies.
git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/core/trunk@584946 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2e053b28dc
commit
ebe768606e
4
ivy.xml
4
ivy.xml
|
|
@ -44,10 +44,10 @@
|
|||
<dependency org="jsch" name="jsch" rev="0.1.25" conf="default,sftp->default" />
|
||||
|
||||
<!-- Test dependencies -->
|
||||
<dependency org="ant" name="ant-launcher" rev="1.6" conf="test->default"/>
|
||||
<dependency org="ant" name="ant-junit" rev="1.6" conf="test->default"/>
|
||||
<dependency org="junit" name="junit" rev="3.8.2" conf="test->default" />
|
||||
<dependency org="commons-lang" name="commons-lang" rev="[1.0,3.0[" conf="test->default" />
|
||||
|
||||
<!-- Global exclude for junit -->
|
||||
<exclude org="junit" module="junit" conf="core,default" />
|
||||
</dependencies>
|
||||
</ivy-module>
|
||||
|
|
|
|||
Loading…
Reference in New Issue