mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
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:
parent
52a3d58493
commit
311e15c0e5
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ dependencies {
|
|||
compile 'net.sourceforge.argparse4j:argparse4j:0.4.4'
|
||||
compile 'eu.hansolo.enzo:Enzo:0.1.5'
|
||||
testCompile 'junit:junit:4.11'
|
||||
testCompile 'org.mockito:mockito-all:1.9.5'
|
||||
}
|
||||
|
||||
task packageNative(type:Exec, dependsOn:shadowJar) {
|
||||
|
|
Loading…
Add table
Reference in a new issue