diff --git a/core/spring-cloud-stream-integration-tests/pom.xml b/core/spring-cloud-stream-integration-tests/pom.xml index 14e2730f5..e5d05067f 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 25edaf156..1fc65cd3f 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 -