From f1a7e84866f17323ef63dc7e25c1c2a3292d4a34 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 6 Oct 2022 21:58:25 +0100 Subject: [PATCH] Polish "Use Brave's bom instead of only managing a single Zipkin dependency" See gh-32614 --- .../spring-boot-dependencies/build.gradle | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 324e74b51c..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", "5.14.1") { - group("io.zipkin.brave") { - imports = [ - "brave-bom" - ] - } - } } generateMetadataFileForMavenPublication {