Adds a missing Hamcrest dependency for the Java Integration Test system

Change-Id: I4349ef2ff7636b6a18e7fddcc3118748ab178bbc
This commit is contained in:
Jonathan Leitschuh
2014-06-25 09:32:56 -04:00
parent 31ab66ba20
commit df9b702e0b

View File

@@ -110,7 +110,7 @@
</artifactItem>
<artifactItem>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<artifactId>hamcrest-all</artifactId>
<version>1.3</version>
<type>jar</type>
</artifactItem>