But isn't this correct in the repository?
[EMAIL PROTECTED] wrote:
Author: jdcasey
Date: Fri Oct 28 13:20:18 2005
New Revision: 329284
URL: http://svn.apache.org/viewcvs?rev=329284&view=rev
Log:
Added exclusion for junit-3.7 to commons-lang dependency.
Modified:
maven/components/trunk/maven-core-it-support/1.3/pom.xml
Modified: maven/components/trunk/maven-core-it-support/1.3/pom.xml
URL:
http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it-support/1.3/pom.xml?rev=329284&r1=329283&r2=329284&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it-support/1.3/pom.xml (original)
+++ maven/components/trunk/maven-core-it-support/1.3/pom.xml Fri Oct 28
13:20:18 2005
@@ -33,6 +33,12 @@
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>1.0</version>
+ <exclusions>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>
</model>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]