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

This commit is contained in:
David Syer
2010-11-16 17:12:32 +00:00
parent 197a46d0ab
commit c52915bde6
3 changed files with 7 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
<dependencies>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<artifactId>hamcrest-all</artifactId>
<scope>test</scope>
</dependency>
<dependency>