remove jar hell

Original commit: elastic/x-pack-elasticsearch@205e35baf9
This commit is contained in:
Robert Muir 2015-06-30 00:59:05 -04:00
parent 3543d7874b
commit 9edfd2f0d0
1 changed files with 0 additions and 12 deletions

12
pom.xml
View File

@ -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>