File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
src/test/java/org/springframework/cloud/task/configuration/observation Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 130130 <groupId >io.micrometer</groupId >
131131 <artifactId >micrometer-observation</artifactId >
132132 </dependency >
133+
133134 <dependency >
134135 <groupId >io.micrometer</groupId >
135136 <artifactId >micrometer-test</artifactId >
165166 <artifactId >brave-tests</artifactId >
166167 <scope >test</scope >
167168 </dependency >
169+ <dependency >
170+ <groupId >org.springframework.boot</groupId >
171+ <artifactId >spring-boot-micrometer-tracing-brave</artifactId >
172+ <scope >test</scope >
173+ </dependency >
168174 <dependency >
169175 <groupId >io.zipkin.reporter2</groupId >
170176 <artifactId >zipkin-reporter-brave</artifactId >
Original file line number Diff line number Diff line change 3939import org .springframework .boot .micrometer .metrics .autoconfigure .CompositeMeterRegistryAutoConfiguration ;
4040import org .springframework .boot .micrometer .metrics .autoconfigure .MetricsAutoConfiguration ;
4141import org .springframework .boot .micrometer .observation .autoconfigure .ObservationAutoConfiguration ;
42- import org .springframework .boot .micrometer .tracing .autoconfigure .BraveAutoConfiguration ;
4342import org .springframework .boot .micrometer .tracing .autoconfigure .MicrometerTracingAutoConfiguration ;
43+ import org .springframework .boot .micrometer .tracing .brave .autoconfigure .BraveAutoConfiguration ;
4444import org .springframework .boot .micrometer .tracing .test .autoconfigure .AutoConfigureTracing ;
4545import org .springframework .boot .test .context .SpringBootTest ;
4646import org .springframework .boot .zipkin .autoconfigure .ZipkinAutoConfiguration ;
You can’t perform that action at this time.
0 commit comments