diff --git a/core/spring-cloud-stream-integration-tests/pom.xml b/core/spring-cloud-stream-integration-tests/pom.xml index 4d4cbe0ed..8aafcb89e 100644 --- a/core/spring-cloud-stream-integration-tests/pom.xml +++ b/core/spring-cloud-stream-integration-tests/pom.xml @@ -50,6 +50,16 @@ kotlin-stdlib-jdk8 true + + org.springframework.boot + spring-boot-starter-actuator + test + + + io.micrometer + micrometer-tracing-bridge-brave + test + diff --git a/core/spring-cloud-stream-test-binder/pom.xml b/core/spring-cloud-stream-test-binder/pom.xml index 7e79017f9..6a2993863 100644 --- a/core/spring-cloud-stream-test-binder/pom.xml +++ b/core/spring-cloud-stream-test-binder/pom.xml @@ -24,14 +24,6 @@ org.springframework.boot spring-boot-starter-test - - org.springframework.boot - spring-boot-starter-actuator - - - io.micrometer - micrometer-tracing-bridge-brave -