mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
- easymockextension declare dependency on easymock version 1.1, but SAF actually needs easymock 2.0 for some of its test. Add an exclusion on easymockextension to exclude easymock 1.1 dependency on it
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@404946 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -286,6 +286,12 @@
|
||||
<artifactId>easymockclassextension</artifactId>
|
||||
<version>1.1</version>
|
||||
<scope>test</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>easymock</groupId>
|
||||
<artifactId>easymock</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user