Adjust version compatibility to only 2.x

They recently released 3.0.0 which is not compatible with our instrumentation.
This commit is contained in:
Tyler Benson 2020-01-13 12:10:57 -08:00
parent 3eecb03fe2
commit a0f0d45c74
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ muzzle {
pass {
group = 'com.couchbase.client'
module = 'java-client'
versions = "[2.7.9,)"
versions = "[2.7.9,3.0.0)"
}
fail {
group = 'com.couchbase.client'

View File

@ -34,7 +34,7 @@ muzzle {
pass {
group = 'com.couchbase.client'
module = 'java-client'
versions = "[2.7.9,)"
versions = "[2.7.9,3.0.0)"
}
fail {
group = 'com.couchbase.client'