File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,6 @@ configure(allprojects) { project ->
113
113
exclude group :' org.hamcrest' , module :' hamcrest-core'
114
114
}
115
115
testCompile(" org.hamcrest:hamcrest-all:1.3" )
116
- testCompile(" org.mockito:mockito-core:1.9.5" )
117
116
118
117
sniffer(" org.codehaus.mojo:animal-sniffer-ant-tasks:${ snifferVersion} " )
119
118
javaApiSignature(" org.codehaus.mojo.signature:java16:1.1@signature" ) // as from JDK 6 update 18
@@ -1277,7 +1276,7 @@ configure(rootProject) {
1277
1276
}
1278
1277
}
1279
1278
1280
- // Create an distribution that contains all dependencies (required and optional).
1279
+ // Create a distribution that contains all dependencies (required and optional).
1281
1280
// Not published by default; only for use when building from source.
1282
1281
task depsZip(type : Zip , dependsOn : distZip) { zipTask ->
1283
1282
group = " Distribution"
You can’t perform that action at this time.
0 commit comments