Author: maartenc
Date: Mon Oct 15 15:32:29 2007
New Revision: 584946

URL: http://svn.apache.org/viewvc?rev=584946&view=rev
Log:
Removed unnecessary dependencies.

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?rev=584946&r1=584945&r2=584946&view=diff
==============================================================================
--- incubator/ivy/core/trunk/ivy.xml (original)
+++ incubator/ivy/core/trunk/ivy.xml Mon Oct 15 15:32:29 2007
@@ -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>


Reply via email to