Skip to content

Commit 85e52e5

Browse files
committed
Remove duplicate test dependency on mockito-core
1 parent 042cfee commit 85e52e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ configure(allprojects) { project ->
113113
exclude group:'org.hamcrest', module:'hamcrest-core'
114114
}
115115
testCompile("org.hamcrest:hamcrest-all:1.3")
116-
testCompile("org.mockito:mockito-core:1.9.5")
117116

118117
sniffer("org.codehaus.mojo:animal-sniffer-ant-tasks:${snifferVersion}")
119118
javaApiSignature("org.codehaus.mojo.signature:java16:1.1@signature") // as from JDK 6 update 18
@@ -1277,7 +1276,7 @@ configure(rootProject) {
12771276
}
12781277
}
12791278

1280-
// Create an distribution that contains all dependencies (required and optional).
1279+
// Create a distribution that contains all dependencies (required and optional).
12811280
// Not published by default; only for use when building from source.
12821281
task depsZip(type: Zip, dependsOn: distZip) { zipTask ->
12831282
group = "Distribution"

0 commit comments

Comments
 (0)