You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by ma...@apache.org on 2007/10/15 22:32:31 UTC

svn commit: r584946 - /incubator/ivy/core/trunk/ivy.xml

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>