Add spring-test to parents for samples

This commit is contained in:
Dave Syer 2013-08-02 14:44:45 +01:00
parent a51e064f56
commit 859e6c2ea8
3 changed files with 15 additions and 0 deletions

View File

@ -715,6 +715,11 @@
<artifactId>hamcrest-library</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<distributionManagement>
<downloadUrl>http://www.springsource.com/download/community</downloadUrl>

View File

@ -128,6 +128,11 @@ NOTE: If you are editing a local checkout of this file, be sure to modify
<artifactId>hamcrest-library</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>

View File

@ -128,6 +128,11 @@ NOTE: If you are editing a local checkout of this file, be sure to modify
<artifactId>hamcrest-library</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>