mirror of https://github.com/apache/maven.git
add test scope to easymock (scope in dependencyManagement doesn't work)
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@440287 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3eefdc885f
commit
817a758098
|
@ -58,6 +58,7 @@
|
|||
<groupId>easymock</groupId>
|
||||
<artifactId>easymock</artifactId>
|
||||
<version>1.2_Java1.3</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
|
|
Loading…
Reference in New Issue