Commit 944ed767 authored by Stephane Nicoll's avatar Stephane Nicoll

Add dependency management for elasticsearch integration tests distro

Closes gh-13547
parent fd03bde7
...@@ -1759,6 +1759,12 @@ ...@@ -1759,6 +1759,12 @@
<artifactId>transport</artifactId> <artifactId>transport</artifactId>
<version>${elasticsearch.version}</version> <version>${elasticsearch.version}</version>
</dependency> </dependency>
<dependency>
<groupId>org.elasticsearch.distribution.integ-test-zip</groupId>
<artifactId>elasticsearch</artifactId>
<version>${elasticsearch.version}</version>
<type>zip</type>
</dependency>
<dependency> <dependency>
<groupId>org.elasticsearch.plugin</groupId> <groupId>org.elasticsearch.plugin</groupId>
<artifactId>transport-netty4-client</artifactId> <artifactId>transport-netty4-client</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment