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.
2 parents 2281676 + dd5f5dd commit 9fa6e28Copy full SHA for 9fa6e28
instrumentation/spring/spring-rabbit-1.0/javaagent/build.gradle.kts
@@ -21,6 +21,8 @@ dependencies {
21
testLibrary("org.springframework.amqp:spring-rabbit:2.1.7.RELEASE")
22
testLibrary("org.springframework.boot:spring-boot-starter-test:1.5.22.RELEASE")
23
testLibrary("org.springframework.boot:spring-boot-starter:1.5.22.RELEASE")
24
+ // spring-retry is required by org.springframework.amqp:spring-rabbit:4.0.0
25
+ testLibrary("org.springframework.retry:spring-retry")
26
}
27
28
tasks {
0 commit comments