lock version of spring-data-es to avoid upgrading ES to 6.x.x in 5.3 instrumentation
This commit is contained in:
parent
76876e7d9e
commit
dfba97273c
|
@ -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.+'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue