mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-03 10:46:54 +01:00
Move hamcrest dependency definition to bisq.java-conventions
This commit is contained in:
parent
6e0e5028a3
commit
7c1eb65775
3 changed files with 1 additions and 4 deletions
|
@ -15,5 +15,4 @@ dependencies {
|
|||
implementation libs.google.guava
|
||||
implementation libs.apache.commons.lang3
|
||||
implementation libs.slf4j.api
|
||||
testImplementation libs.hamcrest
|
||||
}
|
||||
|
|
|
@ -20,6 +20,7 @@ tasks.withType(JavaCompile) {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
testImplementation libs.hamcrest
|
||||
testImplementation libs.junit.jupiter.api
|
||||
testImplementation libs.junit.jupiter.params
|
||||
}
|
||||
|
|
|
@ -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')
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
@ -357,7 +355,6 @@ configure(project(':desktop')) {
|
|||
testCompileOnly libs.lombok
|
||||
testImplementation libs.natpryce.make.it.easy
|
||||
testImplementation libs.mockito
|
||||
testImplementation libs.hamcrest
|
||||
}
|
||||
|
||||
test {
|
||||
|
|
Loading…
Add table
Reference in a new issue