Skip to content

Commit 795bd3a

Browse files
committed
Add test implementation of SLF4J so running tests shows relevant logs (INFO+ by default)
1 parent 60a6000 commit 795bd3a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

schemas-analyze/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ dependencies {
2121
implementation("org.apache.commons:commons-text:1.6")
2222
implementation("org.locationtech.jts.io:jts-io-common:1.16.1")
2323

24+
testImplementation("org.slf4j:slf4j-simple:1.7.30")
2425
testImplementation(project(":schemas-parse"))
2526
testImplementation("org.spockframework:spock-core:1.1-groovy-2.4")
2627
}

schemas-core/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ repositories {
2222
dependencies {
2323
api("org.apache.avro:avro:1.8.2")
2424

25+
testImplementation("org.slf4j:slf4j-simple:1.7.30")
2526
testImplementation("org.codehaus.groovy:groovy:2.4.13")
2627
testImplementation("org.spockframework:spock-core:1.1-groovy-2.4")
2728
testImplementation("org.apache.kafka:kafka-streams-test-utils:2.3.0")

schemas-parse/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ dependencies {
2222
implementation("org.codehaus.groovy:groovy-xml:2.4.16")
2323
implementation("org.codehaus.groovy:groovy-json:2.4.16")
2424

25+
testImplementation("org.slf4j:slf4j-simple:1.7.30")
2526
testImplementation("org.spockframework:spock-core:1.1-groovy-2.4")
2627
}
2728

0 commit comments

Comments
 (0)