Skip to content

Commit 7ebcc06

Browse files
committed
Remove explicit versioin of Jackson 3
1 parent 05237ea commit 7ebcc06

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@
1717
<dependency>
1818
<groupId>tools.jackson.core</groupId>
1919
<artifactId>jackson-core</artifactId>
20-
<version>3.0.0-rc6</version>
2120
</dependency>
2221
<dependency>
2322
<groupId>tools.jackson.core</groupId>
2423
<artifactId>jackson-databind</artifactId>
25-
<version>3.0.0-rc6</version>
2624
</dependency>
2725
<dependency>
2826
<groupId>org.springframework.cloud</groupId>

0 commit comments

Comments
 (0)