mirror of https://github.com/apache/ant-ivy
FIX: HelloWorld chainedresolvers tutorial broken on trunk (IVY-887)
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@690477 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
32038d1bde
commit
64d5ca7eb7
|
|
@ -19,7 +19,7 @@
|
|||
<ivy-module version="1.0">
|
||||
<info organisation="org.apache" module="chained-resolvers"/>
|
||||
<dependencies>
|
||||
<dependency org="commons-lang" name="commons-lang" rev="2.0"/>
|
||||
<dependency org="commons-lang" name="commons-lang" rev="2.0" conf="default"/>
|
||||
<dependency name="test" rev="1.0"/>
|
||||
</dependencies>
|
||||
</ivy-module>
|
||||
|
|
|
|||
Loading…
Reference in New Issue