Skip to content

Commit e0f37f9

Browse files
committed
Add Spring Boot Jackson 2 module to sample app
Signed-off-by: onobc <[email protected]>
1 parent 34a01f2 commit e0f37f9

File tree

1 file changed

+1
-0
lines changed
  • spring-pulsar-sample-apps/sample-failover-custom-router

1 file changed

+1
-0
lines changed

spring-pulsar-sample-apps/sample-failover-custom-router/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ ext['pulsar.version'] = "${pulsarVersion}"
2121
dependencies {
2222
implementation 'org.springframework.boot:spring-boot-starter-pulsar'
2323
implementation 'org.springframework.boot:spring-boot-starter-actuator'
24+
implementation 'org.springframework.boot:spring-boot-jackson2'
2425
implementation 'org.springframework.boot:spring-boot-zipkin'
2526
implementation 'io.micrometer:micrometer-tracing-bridge-brave'
2627
implementation 'io.zipkin.reporter2:zipkin-reporter-brave'

0 commit comments

Comments
 (0)