File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
instrumentation/spring/spring-kafka-2.7/javaagent Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,7 @@ dependencies {
2222 implementation(project(" :instrumentation:kafka:kafka-clients:kafka-clients-common-0.11:library" ))
2323 implementation(project(" :instrumentation:spring:spring-kafka-2.7:library" ))
2424
25- if (latestDepTest) {
26- library(" org.springframework.boot:spring-boot-starter-kafka:latest.release" )
27- } else {
28- library(" org.springframework.kafka:spring-kafka:2.7.0" )
29- }
25+ library(" org.springframework.kafka:spring-kafka:2.7.0" )
3026
3127 testInstrumentation(project(" :instrumentation:kafka:kafka-clients:kafka-clients-0.11:javaagent" ))
3228 testInstrumentation(project(" :instrumentation:spring:spring-scheduling-3.1:javaagent" ))
@@ -35,6 +31,7 @@ dependencies {
3531
3632 testLibrary(" org.springframework.boot:spring-boot-starter-test:2.5.3" )
3733 testLibrary(" org.springframework.boot:spring-boot-starter:2.5.3" )
34+ latestDepTestLibrary(" org.springframework.boot:spring-boot-starter-kafka:latest.release" )
3835}
3936
4037val collectMetadata = findProperty(" collectMetadata" )?.toString() ? : " false"
You can’t perform that action at this time.
0 commit comments