diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 4a397b71fc..096de7b664 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -58,6 +58,13 @@ bom { ] } } + library("Brave", "5.14.1") { + group("io.zipkin.brave") { + imports = [ + "brave-bom" + ] + } + } library("Build Helper Maven Plugin", "3.3.0") { group("org.codehaus.mojo") { plugins = [ @@ -1642,13 +1649,6 @@ bom { ] } } - library("Zipkin", "2.16.3") { - group("io.zipkin.reporter2") { - modules = [ - "zipkin-sender-urlconnection" - ] - } - } } generateMetadataFileForMavenPublication {