We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db45892 commit b6ec014Copy full SHA for b6ec014
smoke-test/spring-boot-smoke-test-amqp/build.gradle
@@ -22,7 +22,7 @@ plugins {
22
description = "Spring Boot AMQP smoke test"
23
24
dependencies {
25
- implementation(project(":starter:spring-boot-starter-amqp"))
+ implementation(project(":starter:spring-boot-starter-rabbitmq"))
26
27
dockerTestImplementation(project(":starter:spring-boot-starter-test"))
28
dockerTestImplementation(project(":core:spring-boot-testcontainers"))
0 commit comments