Skip to content

Commit 304daeb

Browse files
committed
remove duplicate test config
1 parent 9bc7f34 commit 304daeb

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

pom.xml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -36,40 +36,13 @@
3636
</properties>
3737

3838
<dependencies>
39-
<dependency>
40-
<groupId>org.hamcrest</groupId>
41-
<artifactId>hamcrest-all</artifactId>
42-
</dependency>
43-
44-
<dependency>
45-
<groupId>org.apache.lucene</groupId>
46-
<artifactId>lucene-test-framework</artifactId>
47-
</dependency>
48-
49-
<dependency>
50-
<groupId>org.elasticsearch</groupId>
51-
<artifactId>elasticsearch</artifactId>
52-
</dependency>
53-
5439
<dependency>
5540
<groupId>org.mozilla</groupId>
5641
<artifactId>rhino</artifactId>
5742
<version>1.7R4</version>
5843
<exclusions>
5944
</exclusions>
6045
</dependency>
61-
62-
<dependency>
63-
<groupId>log4j</groupId>
64-
<artifactId>log4j</artifactId>
65-
<optional>true</optional>
66-
</dependency>
67-
68-
<dependency>
69-
<groupId>org.elasticsearch</groupId>
70-
<artifactId>elasticsearch</artifactId>
71-
<type>test-jar</type>
72-
</dependency>
7346
</dependencies>
7447

7548
<build>

0 commit comments

Comments
 (0)