File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ repositories {
2222dependencies {
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" )
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments