lock version of spring-data-es to avoid upgrading ES to 6.x.x in 5.3 instrumentation

This commit is contained in:
Nikolay Martynov 2018-09-24 14:59:25 -04:00
parent 76876e7d9e
commit dfba97273c
1 changed files with 1 additions and 1 deletions

View File

@ -48,5 +48,5 @@ dependencies {
latestDepTestCompile group: 'org.elasticsearch.plugin', name: 'transport-netty3-client', version: '5.+' latestDepTestCompile group: 'org.elasticsearch.plugin', name: 'transport-netty3-client', version: '5.+'
latestDepTestCompile group: 'org.elasticsearch.client', name: 'transport', version: '5.+' latestDepTestCompile group: 'org.elasticsearch.client', name: 'transport', version: '5.+'
latestDepTestCompile group: 'org.springframework.data', name: 'spring-data-elasticsearch', version: '3.+' latestDepTestCompile group: 'org.springframework.data', name: 'spring-data-elasticsearch', version: '3.0.+'
} }