From 903fa692406b4c25fe7fdf53b6e430a1919bc4fd Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Thu, 20 Mar 2025 13:07:15 +0100 Subject: [PATCH] GH-3100 Move Brave and Actuator dependenies Moved Brane and Actuator dependencies from test-binder to integration tests under test scope Resolves #3100 --- core/spring-cloud-stream-integration-tests/pom.xml | 10 ++++++++++ core/spring-cloud-stream-test-binder/pom.xml | 8 -------- 2 files changed, 10 insertions(+), 8 deletions(-) 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 -