Spring mock is required for compilation

This commit is contained in:
Carlos Sanchez 2006-02-01 19:16:46 +00:00
parent dac57d7c69
commit 3036b5d46b
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-mock</artifactId> <artifactId>spring-mock</artifactId>
<scope>test</scope> <optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>
<groupId>ehcache</groupId> <groupId>ehcache</groupId>