Skip to content

Commit e9871c9

Browse files
committed
Update dependency on barrier module
The amqp starter dependency has been renamed to amqp. I had to shim the version because that is not coming across in the bom even with a refresh dependencies
1 parent f5f713d commit e9871c9

2 files changed

Lines changed: 3 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ project('barrier') {
574574
dependencies {
575575
api 'org.springframework.boot:spring-boot-starter-web'
576576
api 'org.springframework.boot:spring-boot-starter-integration'
577-
api 'org.springframework.boot:spring-boot-starter-amqp'
577+
api 'org.springframework.boot:spring-boot-starter-rabbitmq:4.1.0-SNAPSHOT'
578578
api 'org.springframework.integration:spring-integration-amqp'
579579
api 'org.springframework.integration:spring-integration-http'
580580

0 commit comments

Comments
 (0)