[test] add lucene expressions jar as test dependency

REST tests that use expressions as the script language requires the
lucene-expressions library to be loaded.

Original commit: elastic/x-pack-elasticsearch@c0f2b8a4b2
This commit is contained in:
jaymode 2015-02-24 15:23:55 -05:00
parent 021000e4d8
commit 121a20ca87
1 changed files with 6 additions and 0 deletions

View File

@ -73,6 +73,12 @@
<version>${lucene.maven.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-expressions</artifactId>
<version>${lucene.maven.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>