Add Hamcrest 1.1 as test-time dependency for .context

Provides a richer set of Matcher implementations than JUnit's hamcrest
package.
This commit is contained in:
Chris Beams
2010-12-07 06:56:55 +00:00
parent e0c5ced695
commit b50abc67de
3 changed files with 3 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
<orderEntry type="library" name="EasyMock" level="project" />
<orderEntry type="library" name="javax.inject" level="project" />
<orderEntry type="library" name="javax.validation" level="project" />
<orderEntry type="library" name="Hamcrest" level="project" />
<orderEntry type="library" name="JUnit" level="project" />
<orderEntry type="library" name="Log4j" level="project" />
<orderEntry type="library" name="SLF4j" level="project" />