Skip to content

Commit

Permalink
Merge pull request #6688 from alvasw/move_mockito_definition_to_bisq_…
Browse files Browse the repository at this point in the history
…java_conventions

Move mockito dependency definition to bisq.java-conventions
  • Loading branch information
alejandrogarcia83 authored May 8, 2023
2 parents cc9a49e + 28a4787 commit 2e892bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ dependencies {
testImplementation libs.hamcrest
testImplementation libs.junit.jupiter.api
testImplementation libs.junit.jupiter.params
testImplementation libs.mockito
}
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ configure(project(':p2p')) {
testImplementation libs.logback.classic
testImplementation libs.logback.core
testImplementation libs.apache.commons.lang3
testImplementation libs.mockito
}
}

Expand Down Expand Up @@ -278,7 +277,6 @@ configure(project(':core')) {
testAnnotationProcessor libs.lombok
testCompileOnly libs.lombok
testImplementation libs.natpryce.make.it.easy
testImplementation libs.mockito
}

test {
Expand Down Expand Up @@ -354,7 +352,6 @@ configure(project(':desktop')) {
testAnnotationProcessor libs.lombok
testCompileOnly libs.lombok
testImplementation libs.natpryce.make.it.easy
testImplementation libs.mockito
}

test {
Expand Down Expand Up @@ -388,7 +385,6 @@ configure(project(':seednode')) {
implementation(libs.google.guice) {
exclude(module: 'guava')
}
testImplementation libs.mockito
}
}

Expand Down

0 comments on commit 2e892bf

Please sign in to comment.