mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Merge pull request #6688 from alvasw/move_mockito_definition_to_bisq_java_conventions
Move mockito dependency definition to bisq.java-conventions
This commit is contained in:
commit
2e892bf90a
@ -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…
Reference in New Issue
Block a user