Skip to content

Commit 9f1333e

Browse files
committed
remove duplicate test config
1 parent d0a514e commit 9f1333e

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

pom.xml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -37,29 +37,6 @@
3737
</properties>
3838

3939
<dependencies>
40-
<dependency>
41-
<groupId>org.hamcrest</groupId>
42-
<artifactId>hamcrest-all</artifactId>
43-
</dependency>
44-
45-
<dependency>
46-
<groupId>org.apache.lucene</groupId>
47-
<artifactId>lucene-test-framework</artifactId>
48-
</dependency>
49-
50-
<dependency>
51-
<groupId>org.elasticsearch</groupId>
52-
<artifactId>elasticsearch</artifactId>
53-
<scope>provided</scope>
54-
</dependency>
55-
56-
<dependency>
57-
<groupId>org.apache.lucene</groupId>
58-
<artifactId>lucene-core</artifactId>
59-
<version>${lucene.maven.version}</version>
60-
<scope>provided</scope>
61-
</dependency>
62-
6340
<!-- AWS SDK -->
6441
<dependency>
6542
<groupId>com.amazonaws</groupId>
@@ -71,18 +48,6 @@
7148
<artifactId>aws-java-sdk-s3</artifactId>
7249
<version>${amazonaws.version}</version>
7350
</dependency>
74-
75-
<dependency>
76-
<groupId>log4j</groupId>
77-
<artifactId>log4j</artifactId>
78-
<scope>test</scope>
79-
</dependency>
80-
81-
<dependency>
82-
<groupId>org.elasticsearch</groupId>
83-
<artifactId>elasticsearch</artifactId>
84-
<type>test-jar</type>
85-
</dependency>
8651
</dependencies>
8752

8853
<build>

0 commit comments

Comments
 (0)