remove duplicate test config

This commit is contained in:
Robert Muir 2015-05-21 16:47:42 -04:00
parent 278fc4e30f
commit 99867c74b8
1 changed files with 0 additions and 26 deletions

26
pom.xml
View File

@ -36,36 +36,10 @@
</properties> </properties>
<dependencies> <dependencies>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-test-framework</artifactId>
</dependency>
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
</dependency>
<dependency> <dependency>
<groupId>org.apache.lucene</groupId> <groupId>org.apache.lucene</groupId>
<artifactId>lucene-analyzers-kuromoji</artifactId> <artifactId>lucene-analyzers-kuromoji</artifactId>
</dependency> </dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</dependency>
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
<type>test-jar</type>
</dependency>
</dependencies> </dependencies>
<build> <build>