From 8eebd773fc5e457af31583fb432889569d974740 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 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 -