Merge "Adds a missing Hamcrest dependency for the Java Integration Test system"

This commit is contained in:
Brad Miller (WPI)
2014-06-25 07:00:41 -07:00
committed by Gerrit Code Review

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>