Skip to content

Commit 2d8d0a2

Browse files
committed
[Java] Depend on Mockito core.
1 parent 867ebf7 commit 2d8d0a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ subprojects {
119119

120120
testCompile 'org.hamcrest:hamcrest-all:1.3'
121121
testCompile 'junit:junit:4.12'
122-
testCompile 'org.mockito:mockito-all:1.10.19'
122+
testCompile 'org.mockito:mockito-core:1.10.19'
123123
testCompile 'com.google.code.gson:gson:2.3.1'
124124
}
125125

0 commit comments

Comments
 (0)