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 12bb292 commit cc142b9Copy full SHA for cc142b9
spring-pulsar-sample-apps/sample-failover-custom-router/build.gradle
@@ -21,6 +21,7 @@ ext['pulsar.version'] = "${pulsarVersion}"
21
dependencies {
22
implementation 'org.springframework.boot:spring-boot-starter-pulsar'
23
implementation 'org.springframework.boot:spring-boot-starter-actuator'
24
+ implementation 'org.springframework.boot:spring-boot-jackson2'
25
implementation 'org.springframework.boot:spring-boot-zipkin'
26
implementation 'io.micrometer:micrometer-tracing-bridge-brave'
27
implementation 'io.zipkin.reporter2:zipkin-reporter-brave'
0 commit comments