Skip to content

Commit 6591eaf

Browse files
izeyemhalbritter
authored andcommitted
Remove obsolete prohibit for Couchbase Client library
See gh-37807
1 parent 02c79ca commit 6591eaf

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)