Merge branch '2.0.x'

This commit is contained in:
Stephane Nicoll 2018-07-17 17:04:49 +02:00
commit a98b020ee4
1 changed files with 6 additions and 0 deletions

View File

@ -1768,6 +1768,12 @@
<artifactId>transport</artifactId>
<version>${elasticsearch.version}</version>
</dependency>
<dependency>
<groupId>org.elasticsearch.distribution.integ-test-zip</groupId>
<artifactId>elasticsearch</artifactId>
<version>${elasticsearch.version}</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.elasticsearch.plugin</groupId>
<artifactId>transport-netty4-client</artifactId>