File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
dd-java-agent/instrumentation/kafka/kafka-clients-0.11 Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ dependencies {
2424 compileOnly group : ' org.apache.kafka' , name : ' kafka-clients' , version : ' 0.11.0.0'
2525 implementation project(' :dd-java-agent:instrumentation:kafka:kafka-common' )
2626
27+ testImplementation(libs. spock. junit4. groovy4) // This module still needs Spock with JUnit4.
2728 testImplementation group : ' org.apache.kafka' , name : ' kafka-clients' , version : ' 0.11.0.0'
2829 testImplementation group : ' org.springframework.kafka' , name : ' spring-kafka' , version : ' 1.3.3.RELEASE'
2930 testImplementation group : ' org.springframework.kafka' , name : ' spring-kafka-test' , version : ' 1.3.3.RELEASE'
@@ -44,9 +45,6 @@ dependencies {
4445 testRuntimeOnly project(' :dd-java-agent:instrumentation:jackson-core:jackson-core-2.8' )
4546 testImplementation(group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.11.4' )
4647
47- // This module still needs Spock with JUnit4.
48- testImplementation(libs. spock. junit4. groovy4)
49-
5048 // Include latest version of kafka itself along with latest version of client libs.
5149 latestDepTestImplementation group : ' org.apache.kafka' , name : ' kafka-clients' , version : ' 2.+'
5250 // latest depending to kafka client 2.x -> to be fixed when this instrumentation will test 3.x as well
You can’t perform that action at this time.
0 commit comments