mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 14:42:37 +01:00
Move mockito dependency definition to bisq.java-conventions
This commit is contained in:
parent
7c1eb65775
commit
28a4787853
2 changed files with 1 additions and 4 deletions
|
@ -23,4 +23,5 @@ dependencies {
|
|||
testImplementation libs.hamcrest
|
||||
testImplementation libs.junit.jupiter.api
|
||||
testImplementation libs.junit.jupiter.params
|
||||
testImplementation libs.mockito
|
||||
}
|
||||
|
|
|
@ -210,7 +210,6 @@ configure(project(':p2p')) {
|
|||
testImplementation libs.logback.classic
|
||||
testImplementation libs.logback.core
|
||||
testImplementation libs.apache.commons.lang3
|
||||
testImplementation libs.mockito
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -278,7 +277,6 @@ configure(project(':core')) {
|
|||
testAnnotationProcessor libs.lombok
|
||||
testCompileOnly libs.lombok
|
||||
testImplementation libs.natpryce.make.it.easy
|
||||
testImplementation libs.mockito
|
||||
}
|
||||
|
||||
test {
|
||||
|
@ -354,7 +352,6 @@ configure(project(':desktop')) {
|
|||
testAnnotationProcessor libs.lombok
|
||||
testCompileOnly libs.lombok
|
||||
testImplementation libs.natpryce.make.it.easy
|
||||
testImplementation libs.mockito
|
||||
}
|
||||
|
||||
test {
|
||||
|
@ -388,7 +385,6 @@ configure(project(':seednode')) {
|
|||
implementation(libs.google.guice) {
|
||||
exclude(module: 'guava')
|
||||
}
|
||||
testImplementation libs.mockito
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue