File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
spring-modulith-observability Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 3030 <version >${project.version} </version >
3131 </dependency >
3232
33+ <dependency >
34+ <groupId >io.micrometer</groupId >
35+ <artifactId >micrometer-tracing</artifactId >
36+ </dependency >
37+
3338 <dependency >
3439 <groupId >org.springframework.boot</groupId >
3540 <artifactId >spring-boot-autoconfigure</artifactId >
4752 <artifactId >spring-boot-starter-test</artifactId >
4853 <scope >test</scope >
4954 </dependency >
50-
55+
5156 <dependency >
5257 <groupId >org.springframework.modulith</groupId >
5358 <artifactId >spring-modulith-test</artifactId >
6772 <optional >true</optional >
6873 </dependency >
6974
70- <dependency >
71- <groupId >io.micrometer</groupId >
72- <artifactId >micrometer-tracing</artifactId >
73- <optional >true</optional >
74- </dependency >
75-
7675 <!-- Testing -->
7776
7877 <dependency >
You can’t perform that action at this time.
0 commit comments