Remove obsolete prohibit for Couchbase Client library

See gh-37807
This commit is contained in:
Johnny Lim 2023-10-10 21:54:45 +09:00 committed by Moritz Halbritter
parent 02c79ca7e6
commit 6591eaf88e

View File

@ -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"