Skip to content

Commit

Permalink
Merge pull request #6687 from alvasw/move_hamcrest_definition_to_bisq…
Browse files Browse the repository at this point in the history
…_java_conventions

Move hamcrest dependency definition to bisq.java-conventions
  • Loading branch information
alejandrogarcia83 authored May 8, 2023
2 parents 6f851b9 + 7c1eb65 commit cc9a49e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion assets/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ dependencies {
implementation libs.google.guava
implementation libs.apache.commons.lang3
implementation libs.slf4j.api
testImplementation libs.hamcrest
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ tasks.withType(JavaCompile) {
}

dependencies {
testImplementation libs.hamcrest
testImplementation libs.junit.jupiter.api
testImplementation libs.junit.jupiter.params
}
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ configure(project(':common')) {
implementation libs.kotlin.stdlib.jdk8
implementation libs.jetbrains.annotations
implementation libs.slf4j.api
testImplementation libs.hamcrest
runtimeOnly(libs.grpc.netty.shaded) {
exclude(module: 'animal-sniffer-annotations')
exclude(module: 'guava')
Expand Down Expand Up @@ -279,7 +278,6 @@ configure(project(':core')) {
testAnnotationProcessor libs.lombok
testCompileOnly libs.lombok
testImplementation libs.natpryce.make.it.easy
testImplementation libs.hamcrest
testImplementation libs.mockito
}

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

test {
Expand Down

0 comments on commit cc9a49e

Please sign in to comment.