From b31ebdbd233dbd5d3dee0eccae7f6087b43ae149 Mon Sep 17 00:00:00 2001 From: Chris Richardson Date: Sat, 11 Jun 2022 10:31:51 +0900 Subject: [PATCH] Disable Eventuate Spring Cloud Sleuth integration #17 --- buildSrc/src/main/groovy/FtgoServicePlugin.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildSrc/src/main/groovy/FtgoServicePlugin.groovy b/buildSrc/src/main/groovy/FtgoServicePlugin.groovy index d5fa4d4..2f1bdf4 100644 --- a/buildSrc/src/main/groovy/FtgoServicePlugin.groovy +++ b/buildSrc/src/main/groovy/FtgoServicePlugin.groovy @@ -22,7 +22,8 @@ class FtgoServicePlugin implements Plugin { 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'