From 311e15c0e5d39f63896ff6535f8650676d7e22ad Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Thu, 30 Oct 2014 16:50:51 +0100 Subject: [PATCH] Remove Mockito dependency for now Mockito was causing conflicts with JUnit's use of the Hamcrest library and its Matchers. Sort this out when Mockito is actually needed. --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index af9cb0f601..7c9e1205aa 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,6 @@ dependencies { compile 'net.sourceforge.argparse4j:argparse4j:0.4.4' compile 'eu.hansolo.enzo:Enzo:0.1.5' testCompile 'junit:junit:4.11' - testCompile 'org.mockito:mockito-all:1.9.5' } task packageNative(type:Exec, dependsOn:shadowJar) {