From df9b702e0b19ecc7fd912afde7b79677f0b34211 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Wed, 25 Jun 2014 09:32:56 -0400 Subject: [PATCH] Adds a missing Hamcrest dependency for the Java Integration Test system Change-Id: I4349ef2ff7636b6a18e7fddcc3118748ab178bbc --- wpilibj/wpilibJavaIntegrationTests/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpilibj/wpilibJavaIntegrationTests/pom.xml b/wpilibj/wpilibJavaIntegrationTests/pom.xml index 788080179d..cd57f81310 100644 --- a/wpilibj/wpilibJavaIntegrationTests/pom.xml +++ b/wpilibj/wpilibJavaIntegrationTests/pom.xml @@ -110,7 +110,7 @@ org.hamcrest - hamcrest-core + hamcrest-all 1.3 jar