mirror of https://github.com/apache/maven.git
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:
parent
79ddf714e8
commit
9bfd980cbe
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue