Skip to content

Commit e89e88c

Browse files
authored
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. * Barrier pom updated using generate pom
1 parent e809475 commit e89e88c

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

basic/barrier/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@
7373
</dependency>
7474
<dependency>
7575
<groupId>org.springframework.boot</groupId>
76-
<artifactId>spring-boot-starter-amqp</artifactId>
76+
<artifactId>spring-boot-starter-rabbitmq</artifactId>
77+
<version>4.1.0-SNAPSHOT</version>
7778
<scope>compile</scope>
7879
</dependency>
7980
<dependency>

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)