Author: gscokart
Date: Tue Jun 12 03:38:08 2007
New Revision: 546451

URL: http://svn.apache.org/viewvc?view=rev&rev=546451
Log:
my previous fix added a direct dependency to commons-lang for the test

Modified:
    incubator/ivy/core/trunk/ivy.xml

Modified: incubator/ivy/core/trunk/ivy.xml
URL: 
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/ivy.xml?view=diff&rev=546451&r1=546450&r2=546451
==============================================================================
--- incubator/ivy/core/trunk/ivy.xml (original)
+++ incubator/ivy/core/trunk/ivy.xml Tue Jun 12 03:38:08 2007
@@ -50,5 +50,6 @@
                <!-- Test depdendencies -->
            <dependency org="ant" name="ant-launcher" rev="1.6.5" 
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" />
        </dependencies>
 </ivy-module>


Reply via email to