Add hamcrest to beans pom in the right place to make tests compile

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3800 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
David Syer
2010-11-16 17:12:32 +00:00
parent 258a40a209
commit d92fc78366
3 changed files with 7 additions and 5 deletions
+2 -2
View File
@@ -49,8 +49,8 @@
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.2</version>
<artifactId>hamcrest-all</artifactId>
<version>1.1</version>
<scope>test</scope>
</dependency>
<dependency>