From 85e52e59e364034f206b02bded52ebc4dd5c51b9 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Fri, 15 Aug 2014 20:51:07 +0200 Subject: [PATCH] Remove duplicate test dependency on mockito-core --- build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b434be49085..d70fa7d8988 100644 --- a/build.gradle +++ b/build.gradle @@ -113,7 +113,6 @@ configure(allprojects) { project -> exclude group:'org.hamcrest', module:'hamcrest-core' } testCompile("org.hamcrest:hamcrest-all:1.3") - testCompile("org.mockito:mockito-core:1.9.5") sniffer("org.codehaus.mojo:animal-sniffer-ant-tasks:${snifferVersion}") javaApiSignature("org.codehaus.mojo.signature:java16:1.1@signature") // as from JDK 6 update 18 @@ -1277,7 +1276,7 @@ configure(rootProject) { } } - // Create an distribution that contains all dependencies (required and optional). + // Create a distribution that contains all dependencies (required and optional). // Not published by default; only for use when building from source. task depsZip(type: Zip, dependsOn: distZip) { zipTask -> group = "Distribution"