Merge pull request #712 from DataDog/mar-kolya/limit-es-rest-tests
Limit ES-rest tests to 6.x.x versions
This commit is contained in:
commit
2d0636e158
|
@ -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.+'
|
||||
|
|
Loading…
Reference in New Issue