Skip to content

Commit fc7aebf

Browse files
committed
Polish actuator and observability build profiles.
1 parent aa3f367 commit fc7aebf

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

server/pom.xml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)