Limit ES-rest tests to 6.x.x versions

It looks like beta 7.x.x was released and our instrumentation doesn't
work with it at the moment.
This commit is contained in:
Nikolay Martynov 2019-02-14 17:40:01 -05:00
parent 62e127896a
commit dd7981871f
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ dependencies {
testCompile group: 'org.elasticsearch', name: 'elasticsearch', version: '6.4.0'
testCompile group: 'org.elasticsearch.plugin', name: 'transport-netty4-client', version: '6.4.0'
latestDepTestCompile group: 'org.elasticsearch.client', name: 'elasticsearch-rest-client', version: '+'
latestDepTestCompile group: 'org.elasticsearch.client', name: 'elasticsearch-rest-client', version: '6.+'
latestDepTestCompile group: 'org.elasticsearch.client', name: 'transport', version: '6.+'
latestDepTestCompile group: 'org.elasticsearch', name: 'elasticsearch', version: '6.+'
latestDepTestCompile group: 'org.elasticsearch.plugin', name: 'transport-netty4-client', version: '6.+'