File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
109109
110110 <dependency >
111111 <groupId >org.springframework.modulith</groupId >
112- <artifactId >spring-modulith-observability </artifactId >
112+ <artifactId >spring-modulith-starter-insight </artifactId >
113113 </dependency >
114114
115115 <dependency >
@@ -231,12 +231,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
231231 <dependency >
232232 <groupId >org.springframework.boot</groupId >
233233 <artifactId >spring-boot-starter-actuator</artifactId >
234- <exclusions >
235- <exclusion >
236- <groupId >com.fasterxml.jackson.core</groupId >
237- <artifactId >*</artifactId >
238- </exclusion >
239- </exclusions >
240234 </dependency >
241235
242236 </dependencies >
@@ -249,11 +243,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
249243
250244 <dependencies >
251245
252- <dependency >
253- <groupId >org.springframework.boot</groupId >
254- <artifactId >spring-boot-starter-actuator</artifactId >
255- </dependency >
256-
257246 <dependency >
258247 <groupId >org.springframework.boot</groupId >
259248 <artifactId >spring-boot-starter-opentelemetry</artifactId >
You can’t perform that action at this time.
0 commit comments