|
|
|
|
@ -126,7 +126,7 @@ configure(allprojects) { project ->
@@ -126,7 +126,7 @@ configure(allprojects) { project ->
|
|
|
|
|
testCompile("junit:junit:${junitVersion}") { |
|
|
|
|
exclude group:'org.hamcrest', module:'hamcrest-core' |
|
|
|
|
} |
|
|
|
|
testCompile("org.mockito:mockito-core:1.9.5") { |
|
|
|
|
testCompile("org.mockito:mockito-core:1.10.19") { |
|
|
|
|
exclude group:'org.hamcrest', module:'hamcrest-core' |
|
|
|
|
} |
|
|
|
|
testCompile("org.hamcrest:hamcrest-all:1.3") |
|
|
|
|
|