remove lucene expressions from qa pom
Original commit: elastic/x-pack-elasticsearch@389cf7b564
This commit is contained in:
parent
2e0b87f6c6
commit
b219e9c496
|
@ -98,11 +98,6 @@
|
||||||
<artifactId>lucene-spatial</artifactId>
|
<artifactId>lucene-spatial</artifactId>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.lucene</groupId>
|
|
||||||
<artifactId>lucene-expressions</artifactId>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.spatial4j</groupId>
|
<groupId>com.spatial4j</groupId>
|
||||||
<artifactId>spatial4j</artifactId>
|
<artifactId>spatial4j</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue