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 30
30
<version >${project.version} </version >
31
31
</dependency >
32
32
33
+ <dependency >
34
+ <groupId >io.micrometer</groupId >
35
+ <artifactId >micrometer-tracing</artifactId >
36
+ </dependency >
37
+
33
38
<dependency >
34
39
<groupId >org.springframework.boot</groupId >
35
40
<artifactId >spring-boot-autoconfigure</artifactId >
47
52
<artifactId >spring-boot-starter-test</artifactId >
48
53
<scope >test</scope >
49
54
</dependency >
50
-
55
+
51
56
<dependency >
52
57
<groupId >org.springframework.modulith</groupId >
53
58
<artifactId >spring-modulith-test</artifactId >
67
72
<optional >true</optional >
68
73
</dependency >
69
74
70
- <dependency >
71
- <groupId >io.micrometer</groupId >
72
- <artifactId >micrometer-tracing</artifactId >
73
- <optional >true</optional >
74
- </dependency >
75
-
76
75
<!-- Testing -->
77
76
78
77
<dependency >
You can’t perform that action at this time.
0 commit comments