Procházet zdrojové kódy

Switch to mockito-core from mockito-all

pull/49/head
Greg Holmes před 9 roky
rodič
revize
5ea8e83884
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      build.gradle

+ 1
- 1
build.gradle Zobrazit soubor

30
     compile group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.0'
30
     compile group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.0'
31
 
31
 
32
     testCompile group: 'junit', name: 'junit', version: '4.12'
32
     testCompile group: 'junit', name: 'junit', version: '4.12'
33
-    testCompile group: 'org.mockito', name: 'mockito-all', version: '1.10.17'
33
+    testCompile group: 'org.mockito', name: 'mockito-core', version: '1.10.17'
34
     testCompile group: 'com.google.jimfs', name: 'jimfs', version: '1.0'
34
     testCompile group: 'com.google.jimfs', name: 'jimfs', version: '1.0'
35
 }
35
 }
36
 
36
 

Načítá se…
Zrušit
Uložit