Author: hibou
Date: Sun Nov 13 19:51:02 2011
New Revision: 1201494
URL: http://svn.apache.org/viewvc?rev=1201494&view=rev
Log:
Maven central is boring slow, so let's stick with a fixed revision
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=1201494&r1=1201493&r2=1201494&view=diff
==============================================================================
--- ant/ivy/core/trunk/ivy.xml (original)
+++ ant/ivy/core/trunk/ivy.xml Sun Nov 13 19:51:02 2011
@@ -55,7 +55,7 @@
<!-- Test dependencies -->
<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" />
+ <dependency org="commons-lang" name="commons-lang" rev="2.6"
conf="test->default" />
<dependency org="org.apache.ant" name="ant-testutil"
rev="1.7.0" conf="test->default" transitive="false" />
<dependency org="ant" name="ant-launcher" rev="1.6.2"
conf="test->default" transitive="false"/>
<dependency org="ant-contrib" name="ant-contrib" rev="1.0b3"
conf="test->default" transitive="false"/>