Skip to content

Commit 9fa6e28

Browse files
authored
Merge branch 'main' into part2
2 parents 2281676 + dd5f5dd commit 9fa6e28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

instrumentation/spring/spring-rabbit-1.0/javaagent/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ dependencies {
2121
testLibrary("org.springframework.amqp:spring-rabbit:2.1.7.RELEASE")
2222
testLibrary("org.springframework.boot:spring-boot-starter-test:1.5.22.RELEASE")
2323
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")
2426
}
2527

2628
tasks {

0 commit comments

Comments
 (0)