Skip to content

Commit 1fdaf92

Browse files
committed
Add Jackson 3 dependencies
1 parent 495b651 commit 1fdaf92

File tree

1 file changed

+10
-0
lines changed
  • binders/kafka-binder/spring-cloud-stream-binder-kafka

1 file changed

+10
-0
lines changed

binders/kafka-binder/spring-cloud-stream-binder-kafka/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@
1414
</parent>
1515

1616
<dependencies>
17+
<dependency>
18+
<groupId>tools.jackson.core</groupId>
19+
<artifactId>jackson-core</artifactId>
20+
<version>3.0.0-rc6</version>
21+
</dependency>
22+
<dependency>
23+
<groupId>tools.jackson.core</groupId>
24+
<artifactId>jackson-databind</artifactId>
25+
<version>3.0.0-rc6</version>
26+
</dependency>
1727
<dependency>
1828
<groupId>org.springframework.cloud</groupId>
1929
<artifactId>spring-cloud-stream-binder-kafka-core</artifactId>

0 commit comments

Comments
 (0)