Remove Mockito dependency for now

Mockito was causing conflicts with JUnit's use of the Hamcrest library
and its Matchers. Sort this out when Mockito is actually needed.
This commit is contained in:
Chris Beams 2014-10-30 16:50:51 +01:00
parent 52a3d58493
commit 311e15c0e5
No known key found for this signature in database
GPG key ID: 3D214F8F5BC5ED73

View file

@ -45,7 +45,6 @@ dependencies {
compile 'net.sourceforge.argparse4j:argparse4j:0.4.4' compile 'net.sourceforge.argparse4j:argparse4j:0.4.4'
compile 'eu.hansolo.enzo:Enzo:0.1.5' compile 'eu.hansolo.enzo:Enzo:0.1.5'
testCompile 'junit:junit:4.11' testCompile 'junit:junit:4.11'
testCompile 'org.mockito:mockito-all:1.9.5'
} }
task packageNative(type:Exec, dependsOn:shadowJar) { task packageNative(type:Exec, dependsOn:shadowJar) {