integration tests need the zip

This commit is contained in:
Robert Muir 2015-07-06 12:29:30 -04:00
parent 54c0b565ef
commit 1c114110c5
2 changed files with 13 additions and 0 deletions

View File

@ -40,6 +40,12 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
<type>zip</type>
<scope>test</scope>
</dependency>
<!-- Provided dependencies by elasticsearch itself -->
<dependency>

View File

@ -188,6 +188,13 @@
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
<version>${elasticsearch.version}</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>