We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e809475 commit 8ebbebaCopy full SHA for 8ebbeba
1 file changed
build.gradle
@@ -570,7 +570,8 @@ project('barrier') {
570
dependencies {
571
api 'org.springframework.boot:spring-boot-starter-web'
572
api 'org.springframework.boot:spring-boot-starter-integration'
573
- api 'org.springframework.boot:spring-boot-starter-amqp'
+// TODO remove the version when boot bom is updated
574
+ api 'org.springframework.boot:spring-boot-starter-rabbitmq:4.1.0-SNAPSHOT'
575
api 'org.springframework.integration:spring-integration-amqp'
576
api 'org.springframework.integration:spring-integration-http'
577
0 commit comments