Skip to content

Commit e4a6eaf

Browse files
committed
Add Spring Boot Http Converter module to sample app
Signed-off-by: onobc <[email protected]>
1 parent e0f37f9 commit e4a6eaf

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
@@ -22,6 +22,7 @@ dependencies {
2222
implementation 'org.springframework.boot:spring-boot-starter-pulsar'
2323
implementation 'org.springframework.boot:spring-boot-starter-actuator'
2424
implementation 'org.springframework.boot:spring-boot-jackson2'
25+
implementation 'org.springframework.boot:spring-boot-http-converter'
2526
implementation 'org.springframework.boot:spring-boot-zipkin'
2627
implementation 'io.micrometer:micrometer-tracing-bridge-brave'
2728
implementation 'io.zipkin.reporter2:zipkin-reporter-brave'

0 commit comments

Comments
 (0)