Skip to content

Commit

Permalink
Disable Eventuate Spring Cloud Sleuth integration #17
Browse files Browse the repository at this point in the history
  • Loading branch information
cer committed Jun 11, 2022
1 parent 4b89afd commit b31ebdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildSrc/src/main/groovy/FtgoServicePlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ class FtgoServicePlugin implements Plugin<Project> {
compile 'org.springframework.cloud:spring-cloud-starter-zipkin'
compile 'io.zipkin.brave:brave-bom:4.17.1'

compile "io.eventuate.tram.core:eventuate-tram-spring-cloud-sleuth-integration"
// temporarily disable
// compile "io.eventuate.tram.core:eventuate-tram-spring-cloud-sleuth-integration"

compile "org.springframework.data:spring-data-redis:2.2.0.M1"
compile 'io.lettuce:lettuce-core:5.1.4.RELEASE'
Expand Down

0 comments on commit b31ebdb

Please sign in to comment.