From 8ebbeba69f1018a9e67e1270e920771341da4bdd Mon Sep 17 00:00:00 2001 From: Glenn Renfro Date: Thu, 19 Mar 2026 08:57:07 -0400 Subject: [PATCH 1/2] Rename spring-boot-starter-amqp dependency It is now spring-boot-starter-rabbitmq. You will note that a version is present, this can be removed when the bom is updated. --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 03509c25f..f1e57a748 100644 --- a/build.gradle +++ b/build.gradle @@ -570,7 +570,8 @@ project('barrier') { dependencies { api 'org.springframework.boot:spring-boot-starter-web' api 'org.springframework.boot:spring-boot-starter-integration' - api 'org.springframework.boot:spring-boot-starter-amqp' +// TODO remove the version when boot bom is updated + api 'org.springframework.boot:spring-boot-starter-rabbitmq:4.1.0-SNAPSHOT' api 'org.springframework.integration:spring-integration-amqp' api 'org.springframework.integration:spring-integration-http' From 3e95f9c46df556103f5b330bebb8332ecfcede4f Mon Sep 17 00:00:00 2001 From: Glenn Renfro Date: Thu, 19 Mar 2026 11:04:59 -0400 Subject: [PATCH 2/2] Barrier pom updated using generate pom --- basic/barrier/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/basic/barrier/pom.xml b/basic/barrier/pom.xml index 086b0b88c..322845c60 100644 --- a/basic/barrier/pom.xml +++ b/basic/barrier/pom.xml @@ -73,7 +73,8 @@ org.springframework.boot - spring-boot-starter-amqp + spring-boot-starter-rabbitmq + 4.1.0-SNAPSHOT compile