Browse Source

Use mockito-core not -all.

pull/552/head
Chris Smith 9 years ago
parent
commit
6661be0280
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build.gradle

+ 1
- 1
build.gradle View File

@@ -46,7 +46,7 @@ dependencies {
46 46
     bundle group: 'com.dmdirc.parser', name: 'common', version: '+', changing: true
47 47
 
48 48
     testCompile group: 'junit', name: 'junit', version: '4.12'
49
-    testCompile group: 'org.mockito', name: 'mockito-all', version: '1.10.17'
49
+    testCompile group: 'org.mockito', name: 'mockito-core', version: '1.10.17'
50 50
     testCompile group: 'com.google.jimfs', name: 'jimfs', version: '1.0'
51 51
 }
52 52
 

Loading…
Cancel
Save