fix smoke test qa test by adding ingest plugin dependency

This commit is contained in:
Martijn van Groningen 2015-10-07 22:42:14 +02:00
parent 2071db688c
commit fa187a2e69
1 changed files with 8 additions and 0 deletions

View File

@ -381,6 +381,14 @@
<overWrite>true</overWrite> <overWrite>true</overWrite>
</artifactItem> </artifactItem>
<artifactItem>
<groupId>org.elasticsearch.plugin</groupId>
<artifactId>ingest</artifactId>
<version>${elasticsearch.version}</version>
<type>zip</type>
<overWrite>true</overWrite>
</artifactItem>
<!-- Internal plugins for test purpose only --> <!-- Internal plugins for test purpose only -->
<artifactItem> <artifactItem>
<groupId>org.elasticsearch.plugin</groupId> <groupId>org.elasticsearch.plugin</groupId>