|
20 | 20 | <spring.version>3.1.4.RELEASE</spring.version>
|
21 | 21 | <slf4j.version>1.7.1</slf4j.version>
|
22 | 22 | <commons-lang.version>2.6</commons-lang.version>
|
23 |
| - <elasticsearch.version>0.20.5</elasticsearch.version> |
| 23 | + <elasticsearch.version>0.20.6</elasticsearch.version> |
24 | 24 | <apache.httpcomponents.version>4.2.2</apache.httpcomponents.version>
|
25 | 25 | <spring.data-commons.version>1.5.0.RELEASE</spring.data-commons.version>
|
26 | 26 | <joda-time.version>2.1</joda-time.version>
|
|
112 | 112 | <artifactId>commons-collections</artifactId>
|
113 | 113 | <version>3.2.1</version>
|
114 | 114 | </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> |
142 | 115 |
|
143 | 116 | <!-- JODA Time -->
|
144 | 117 | <dependency>
|
|
226 | 199 | <version>${webbeans.version}</version>
|
227 | 200 | <scope>test</scope>
|
228 | 201 | </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 |
| - |
242 | 202 |
|
243 | 203 | </dependencies>
|
244 | 204 |
|
|
0 commit comments