From 6591eaf88e9b9073b0c6f3bf77f8cf05c5172656 Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Tue, 10 Oct 2023 21:54:45 +0900 Subject: [PATCH] Remove obsolete prohibit for Couchbase Client library See gh-37807 --- spring-boot-project/spring-boot-dependencies/build.gradle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index e0a4e82898..c3ca364d7d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -174,10 +174,6 @@ bom { } } library("Couchbase Client", "3.4.11") { - prohibit { - versionRange "[3.4.9]" - because "it contains unshaded io.opentelemetry classes that break our Otel integration" - } group("com.couchbase.client") { modules = [ "java-client"