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 495b651 commit 1fdaf92Copy full SHA for 1fdaf92
binders/kafka-binder/spring-cloud-stream-binder-kafka/pom.xml
@@ -14,6 +14,16 @@
14
</parent>
15
16
<dependencies>
17
+ <dependency>
18
+ <groupId>tools.jackson.core</groupId>
19
+ <artifactId>jackson-core</artifactId>
20
+ <version>3.0.0-rc6</version>
21
+ </dependency>
22
23
24
+ <artifactId>jackson-databind</artifactId>
25
26
27
<dependency>
28
<groupId>org.springframework.cloud</groupId>
29
<artifactId>spring-cloud-stream-binder-kafka-core</artifactId>
0 commit comments