|
@@ -22,14 +22,17 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<artifactId>junit</artifactId>
|
|
|
|
+ <scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.easymock</groupId>
|
|
<groupId>org.easymock</groupId>
|
|
<artifactId>easymock</artifactId>
|
|
<artifactId>easymock</artifactId>
|
|
|
|
+ <scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.easymock</groupId>
|
|
<groupId>org.easymock</groupId>
|
|
<artifactId>easymockclassextension</artifactId>
|
|
<artifactId>easymockclassextension</artifactId>
|
|
|
|
+ <scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|