Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.

Commit

Permalink
Add hamcrest dependency (now optional in spring-test)
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoyanchev committed Nov 2, 2012
1 parent 1368d33 commit 21f6961
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -173,6 +173,11 @@
<artifactId>json-path</artifactId>
<version>0.8.1</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>1.3</version>
</dependency>

</dependencies>
<repositories>
Expand Down

0 comments on commit 21f6961

Please sign in to comment.