Added spring-mock dependency
This commit is contained in:
parent
cf9c9e6a93
commit
b6bec42381
|
@ -106,6 +106,8 @@ maven.jar.casclient = ${basedir}/lib/cas/casclient-2.0.10.jar
|
||||||
|
|
||||||
maven.jar.resin-extracted = ${basedir}/lib/extracted/resin/resin-extracted.jar
|
maven.jar.resin-extracted = ${basedir}/lib/extracted/resin/resin-extracted.jar
|
||||||
|
|
||||||
|
maven.jar.spring-mock = ${basedir}/lib/spring/spring-mock.jar
|
||||||
|
|
||||||
|
|
||||||
# Site generation properties
|
# Site generation properties
|
||||||
|
|
||||||
|
|
|
@ -139,6 +139,13 @@
|
||||||
</properties>
|
</properties>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>springframework</groupId>
|
||||||
|
<artifactId>spring-mock</artifactId>
|
||||||
|
<version>1.0.1</version>
|
||||||
|
<url>http://www.springframework.org</url>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>aopalliance</groupId>
|
<groupId>aopalliance</groupId>
|
||||||
<artifactId>aopalliance</artifactId>
|
<artifactId>aopalliance</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue