Skip to content

Commit 225d4f8

Browse files
committed
Merge pull request #37807 from izeye
* pr/37807: Remove obsolete prohibit for Couchbase Client library Closes gh-37807
2 parents 02c79ca + 6591eaf commit 225d4f8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,6 @@ bom {
174174
}
175175
}
176176
library("Couchbase Client", "3.4.11") {
177-
prohibit {
178-
versionRange "[3.4.9]"
179-
because "it contains unshaded io.opentelemetry classes that break our Otel integration"
180-
}
181177
group("com.couchbase.client") {
182178
modules = [
183179
"java-client"

0 commit comments

Comments
 (0)