Skip to content

Commit 1dd8b6b

Browse files
committed
Add jackson-databind to AMQP module for tests
The latest changes in Spring AMQP about migrating from RabbitMQ Hop project to WebFlux has lead to dropping a Jackson deps which were before transitive from Hop * Add `com.fasterxml.jackson.core:jackson-databind` as tests dependency into AMQP module
1 parent c68ec19 commit 1dd8b6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@ project('spring-integration-amqp') {
481481
testImplementation project(':spring-integration-stream')
482482
testImplementation 'org.springframework:spring-web'
483483
testImplementation 'org.testcontainers:rabbitmq'
484+
testImplementation 'com.fasterxml.jackson.core:jackson-databind'
484485
}
485486
}
486487

0 commit comments

Comments
 (0)