Added exclusion for junit-3.7 to commons-lang dependency.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329284 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2005-10-28 20:20:18 +00:00
parent 79ddf714e8
commit 9bfd980cbe
1 changed files with 6 additions and 0 deletions

View File

@ -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>