Skip to content

Commit 8ebbeba

Browse files
committed
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.
1 parent e809475 commit 8ebbeba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,8 @@ project('barrier') {
570570
dependencies {
571571
api 'org.springframework.boot:spring-boot-starter-web'
572572
api 'org.springframework.boot:spring-boot-starter-integration'
573-
api 'org.springframework.boot:spring-boot-starter-amqp'
573+
// TODO remove the version when boot bom is updated
574+
api 'org.springframework.boot:spring-boot-starter-rabbitmq:4.1.0-SNAPSHOT'
574575
api 'org.springframework.integration:spring-integration-amqp'
575576
api 'org.springframework.integration:spring-integration-http'
576577

0 commit comments

Comments
 (0)