Do not try to build against couchbase 2.7.5 since it didn't sync up with mirrors yet
This commit is contained in:
parent
5959c9cadd
commit
d01832a94d
|
@ -46,6 +46,8 @@ dependencies {
|
|||
testCompile group: 'com.couchbase.client', name: 'java-client', version: '2.5.0'
|
||||
|
||||
latestDepTestCompile group: 'org.springframework.data', name: 'spring-data-couchbase', version: '3.+'
|
||||
latestDepTestCompile group: 'com.couchbase.client', name: 'java-client', version: '2.6+'
|
||||
// Looks like 2.7.5 was just released and didn't sync up with mirrors properly causing build failures
|
||||
// TODO: remove this on a few days.
|
||||
latestDepTestCompile group: 'com.couchbase.client', name: 'java-client', version: '[2.6, 2.7.4]'
|
||||
latestDepTestCompile group: 'com.couchbase.client', name: 'encryption', version: '+'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue