瀏覽代碼

Use mockito-core not -all.

pull/552/head
Chris Smith 9 年之前
父節點
當前提交
6661be0280
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      build.gradle

+ 1
- 1
build.gradle 查看文件

@@ -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…
取消
儲存