remove jar hell
Original commit: elastic/x-pack-elasticsearch@205e35baf9
This commit is contained in:
parent
3543d7874b
commit
9edfd2f0d0
12
pom.xml
12
pom.xml
|
@ -55,23 +55,11 @@
|
|||
|
||||
<dependencies>
|
||||
<!-- test deps -->
|
||||
<!-- TODO: upgrade lucene to 4.12 so we dont have to worry about
|
||||
ordering issues with hamcrap matchers -->
|
||||
<dependency>
|
||||
<groupId>org.hamcrest</groupId>
|
||||
<artifactId>hamcrest-all</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.lucene</groupId>
|
||||
<artifactId>lucene-expressions</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.guava</groupId>
|
||||
<artifactId>guava</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-log4j12</artifactId>
|
||||
|
|
Loading…
Reference in New Issue