GH-5 - Switch to Boot's actuator starter for observability integration testing.

This commit is contained in:
Oliver Drotbohm
2022-07-12 10:46:34 +02:00
parent 911ba08478
commit 3eaea6dea7

View File

@@ -64,13 +64,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-actuator-autoconfigure</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-core</artifactId>
<artifactId>spring-boot-starter-actuator</artifactId>
<scope>test</scope>
</dependency>