remove redundant dependencies

Original commit: elastic/x-pack-elasticsearch@b72a41f64d
This commit is contained in:
Robert Muir 2015-07-14 14:09:10 -04:00
parent a225d3434d
commit 700eb15ccf
1 changed files with 0 additions and 23 deletions

View File

@ -37,21 +37,6 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-expressions</artifactId>
<version>${lucene.maven.version}</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
@ -66,14 +51,6 @@
<scope>test</scope>
</dependency>
<!-- needed for tests that use templating -->
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>compiler</artifactId>
<version>0.8.13</version>
<optional>true</optional>
</dependency>
<!-- Regular dependencies -->
<dependency>