[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:
parent
021000e4d8
commit
121a20ca87
6
pom.xml
6
pom.xml
|
@ -73,6 +73,12 @@
|
||||||
<version>${lucene.maven.version}</version>
|
<version>${lucene.maven.version}</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.lucene</groupId>
|
||||||
|
<artifactId>lucene-expressions</artifactId>
|
||||||
|
<version>${lucene.maven.version}</version>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.elasticsearch</groupId>
|
<groupId>org.elasticsearch</groupId>
|
||||||
<artifactId>elasticsearch</artifactId>
|
<artifactId>elasticsearch</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue