ganache test

This commit is contained in:
a10zn8
2022-11-14 14:42:36 +04:00
parent 84ac73e8fa
commit d1e05b0215
5 changed files with 171 additions and 10 deletions

View File

@@ -58,6 +58,12 @@ configurations {
compile.exclude group: "org.slf4j", module: "log4j-over-slf4j"
// should be used only for generation of the stubs, the lib contains grpc classes
compile.exclude group: "com.salesforce.servicelibs", module: "reactor-grpc"
all {
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-logging'
}
}
dependencies {
@@ -101,6 +107,11 @@ dependencies {
testImplementation libs.java.websocket
testImplementation libs.equals.verifier
testImplementation libs.groovy
testImplementation libs.bundles.testcontainers
testImplementation libs.bundles.junit
testImplementation libs.spring.boot.starter.test
testImplementation libs.grpc.testing
detektPlugins libs.detekt.formatting
}