Skip to content

Commit c80c5e1

Browse files
committed
Refactor : removed unused dependency
1 parent 26cd1ec commit c80c5e1

File tree

1 file changed

+1
-41
lines changed

1 file changed

+1
-41
lines changed

pom.xml

Lines changed: 1 addition & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<spring.version>3.1.4.RELEASE</spring.version>
2121
<slf4j.version>1.7.1</slf4j.version>
2222
<commons-lang.version>2.6</commons-lang.version>
23-
<elasticsearch.version>0.20.5</elasticsearch.version>
23+
<elasticsearch.version>0.20.6</elasticsearch.version>
2424
<apache.httpcomponents.version>4.2.2</apache.httpcomponents.version>
2525
<spring.data-commons.version>1.5.0.RELEASE</spring.data-commons.version>
2626
<joda-time.version>2.1</joda-time.version>
@@ -112,33 +112,6 @@
112112
<artifactId>commons-collections</artifactId>
113113
<version>3.2.1</version>
114114
</dependency>
115-
<dependency>
116-
<groupId>org.apache.httpcomponents</groupId>
117-
<artifactId>httpclient</artifactId>
118-
<version>${apache.httpcomponents.version}</version>
119-
<exclusions>
120-
<exclusion>
121-
<groupId>commons-logging</groupId>
122-
<artifactId>commons-logging</artifactId>
123-
</exclusion>
124-
</exclusions>
125-
</dependency>
126-
<dependency>
127-
<groupId>org.apache.httpcomponents</groupId>
128-
<artifactId>httpmime</artifactId>
129-
<version>${apache.httpcomponents.version}</version>
130-
</dependency>
131-
<dependency>
132-
<groupId>org.apache.httpcomponents</groupId>
133-
<artifactId>httpclient-cache</artifactId>
134-
<version>${apache.httpcomponents.version}</version>
135-
<exclusions>
136-
<exclusion>
137-
<groupId>commons-logging</groupId>
138-
<artifactId>commons-logging</artifactId>
139-
</exclusion>
140-
</exclusions>
141-
</dependency>
142115

143116
<!-- JODA Time -->
144117
<dependency>
@@ -226,19 +199,6 @@
226199
<version>${webbeans.version}</version>
227200
<scope>test</scope>
228201
</dependency>
229-
<dependency>
230-
<groupId>org.springframework</groupId>
231-
<artifactId>spring-jdbc</artifactId>
232-
<version>${spring.version}</version>
233-
<scope>test</scope>
234-
</dependency>
235-
<dependency>
236-
<groupId>com.h2database</groupId>
237-
<artifactId>h2</artifactId>
238-
<version>1.3.168</version>
239-
<scope>test</scope>
240-
</dependency>
241-
242202

243203
</dependencies>
244204

0 commit comments

Comments
 (0)